Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DevashishBhake
/
SERModel
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DevashishBhake
commited on
Apr 9, 2023
Commit
42ea618
·
1 Parent(s):
f9f5661
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -92,4 +92,4 @@ gr.Interface(
92
outputs=[
93
"textbox"
94
],
95
-
live=True).launch(
server_port=5000
)
92
outputs=[
93
"textbox"
94
],
95
+
live=True).launch()