Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samkhan510
/
qa-app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
samkhan510
commited on
Jan 4, 2024
Commit
65986f6
·
1 Parent(s):
d6f02f1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,4 +43,4 @@ iface = gr.Interface(
43
)
44
45
# Launch the Gradio interface
46
-
iface.launch()
43
)
44
45
# Launch the Gradio interface
46
+
iface.launch(
share=True
)