Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pretzinger
/
Ferris2dotOh
like
1
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
pretzinger
commited on
Oct 8, 2024
Commit
f2afd8d
·
verified
·
1 Parent(s):
621e1a3
made public
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -131,4 +131,4 @@ demo = gr.ChatInterface(
131
)
132
133
if __name__ == "__main__":
134
-
demo.launch()
131
)
132
133
if __name__ == "__main__":
134
+
demo.launch(
share=True
)