Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ViXuan
/
questgen
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ViXuan
commited on
Aug 29, 2023
Commit
0ef3a2a
·
2 Parent(s):
1571051
883c203
Merge branch 'main' of https://huggingface.co/spaces/ViXuan/questgen
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -76,4 +76,4 @@ iface = gr.Interface(
76
outputs=question
77
)
78
79
-
iface.launch(
share=True
)
76
outputs=question
77
)
78
79
+
iface.launch()