Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
HASHIRUAgentX/hashiruAI
guineapig
/
hashiruAI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
helloparthshah
commited on
May 30
Commit
9004536
·
1 Parent(s):
c79633e
Fixes
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -232,4 +232,4 @@ if __name__ == "__main__":
232
if no_auth:
233
demo.launch(favicon_path="favicon.ico")
234
else:
235
-
uvicorn.run(app
, port=7860
)
232
if no_auth:
233
demo.launch(favicon_path="favicon.ico")
234
else:
235
+
uvicorn.run(app)