Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
goingyt
/
Arudra.gpt
like
1
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
goingyt
commited on
Dec 12, 2024
Commit
b7d7d01
Β·
verified
Β·
1 Parent(s):
14de48f
Upload folder using huggingface_hub
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
)