Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pavithiran
/
whis
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Pavithiran
commited on
May 21
Commit
ce06f8a
·
verified
·
1 Parent(s):
b4e5d06
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -345,4 +345,4 @@ with demo:
345
346
# Launch the app
347
if __name__ == "__main__":
348
-
demo.launch()
345
346
# Launch the app
347
if __name__ == "__main__":
348
+
demo.launch(
server_name="0.0.0.0"
)