Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shahad-b
/
Image_Generation_and_Captioning
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
shahad-b
commited on
Oct 1, 2024
Commit
07d3eb6
·
verified
·
1 Parent(s):
dfe5b80
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -69,4 +69,5 @@ interface = gr.Interface(
69
)
70
71
# Launch the Gradio application
72
-
interface.launch()
69
)
70
71
# Launch the Gradio application
72
+
if __name__ == "__main__":
73
+
interface.launch(host="0.0.0.0", port=7860)