Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chethu
/
Image_Whisper
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chethu
commited on
Mar 11, 2024
Commit
a4ad639
·
verified
·
1 Parent(s):
89add5d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -57,4 +57,5 @@ demo = gr.Interface(
57
# type="pil")
58
)
59
60
-
demo.launch(server_name="0.0.0.0", server_port=7860)
57
# type="pil")
58
)
59
60
+
#
demo.launch(server_name="0.0.0.0", server_port=7860)
61
+
demo.launch()