Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AdamyaG/OpenGPT4oFREEUNLIMITED
realitystar
/
OpenGPT4oFREEUNLIMITED
like
2
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
AdamyaG
commited on
Sep 6, 2024
Commit
091add3
·
verified
·
1 Parent(s):
aa86625
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -204,4 +204,4 @@ demo = gr.ChatInterface(
204
],
205
cache_examples=False,
206
)
207
-
demo.launch()
204
],
205
cache_examples=False,
206
)
207
+
demo.launch(
share=True
)