Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Deva8
/
generative-vqa-explorer
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Deva8
commited on
4 days ago
Commit
88597e4
·
verified
·
1 Parent(s):
ccf7311
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -271,4 +271,4 @@ with gr.Blocks(
271
""")
272
273
if __name__ == "__main__":
274
-
demo.launch()
271
""")
272
273
if __name__ == "__main__":
274
+
demo.launch(
server_name="0.0.0.0", server_port=7860
)