Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
svjack
/
Question-Generator
like
4
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
remove these to use default 0.0.0.0:7860
#1
by
radames
- opened
May 6, 2023
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -27,4 +27,4 @@ demo = gr.Interface(
27
cache_examples = False
28
)
29
30
-
demo.launch(
server_name=None, server_port=None
)
27
cache_examples = False
28
)
29
30
+
demo.launch()