Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Futuresony
/
FuturesonyAi
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Futuresony
commited on
Dec 5, 2024
Commit
dde737f
·
verified
·
1 Parent(s):
56ac1a3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -51,4 +51,4 @@ demo = gr.ChatInterface(
51
)
52
53
if __name__ == "__main__":
54
-
demo.launch(
share=True
) # This will create a public link
51
)
52
53
if __name__ == "__main__":
54
+
demo.launch() # This will create a public link