Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lovodkin93
/
FuseReviews
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
lovodkin93
commited on
Jun 27, 2024
Commit
3ea3175
·
verified
·
1 Parent(s):
d53d500
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,4 +22,4 @@ with gr.Blocks() as demo:
22
23
24
# Display the interface
25
-
demo.launch()
22
23
24
# Display the interface
25
+
demo.launch(
share=True
)