Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Teamscratch
/
MeroHealthAI
like
2
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rukeshpaudel
commited on
Jan 30, 2024
Commit
723ffd1
Β·
1 Parent(s):
9b455d8
Chatbot Scaffold
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,5 +58,5 @@ with gr.Blocks() as demo:
58
59
demo.queue()
60
if __name__ == "__main__":
61
-
demo.launch()
62
58
59
demo.queue()
60
if __name__ == "__main__":
61
+
demo.launch(
server_port=7860
)
62