Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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()