Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ifey
/
chatdemo
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tilents
commited on
Sep 5, 2023
Commit
fb0d750
·
1 Parent(s):
5cfdf88
test1
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -50,4 +50,4 @@ with gr.Blocks() as demo:
50
)
51
if __name__ == "__main__":
52
demo.queue()
53
-
demo.launch(
share=False,server_port=8080
)
50
)
51
if __name__ == "__main__":
52
demo.queue()
53
+
demo.launch()