Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wasmdashai
/
LAHJA-AI
like
13
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
wasmdashai
commited on
May 17
Commit
037d3a3
·
verified
·
1 Parent(s):
c786a7f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -47,4 +47,4 @@ chat = gr.ChatInterface(
47
)
48
49
# تشغيل التطبيق
50
-
chat.launch()
47
)
48
49
# تشغيل التطبيق
50
+
chat.launch(
share=True
)