Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
malvika2003
/
QA
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
malvika2003
commited on
Jun 26, 2024
Commit
394fc76
·
verified
·
1 Parent(s):
6404719
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -92,4 +92,4 @@ with gr.Blocks() as demo:
92
93
if __name__ == "__main__":
94
demo.queue()
95
-
demo.launch()
92
93
if __name__ == "__main__":
94
demo.queue()
95
+
demo.launch(
share=True
)