Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
srinuksv/SRUNU
redfernstech
/
SRUNU
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
srinuksv
commited on
Jun 20, 2024
Commit
f99df60
·
verified
·
1 Parent(s):
fada25c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -97,4 +97,4 @@ interface = gr.Interface(
97
)
98
99
# Launch the Gradio interface
100
-
interface.launch(
server_port=7861, share=True
)
97
)
98
99
# Launch the Gradio interface
100
+
interface.launch()