Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PlantWisdom
/
Calibration_Bot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Frankie-walsh4
commited on
Mar 14
Commit
daab936
·
1 Parent(s):
139f835
Introductory message
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -61,4 +61,4 @@ demo = gr.ChatInterface(
61
62
63
if __name__ == "__main__":
64
-
demo.launch()
61
62
63
if __name__ == "__main__":
64
+
demo.launch(
share=True, server_name="0.0.0.0"
)