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 26, 2023
Commit
883c203
·
1 Parent(s):
3e0f6bf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -809,4 +809,4 @@ iface = gr.Interface(
809
outputs=question
810
)
811
812
-
iface.launch(
share=True
)
809
outputs=question
810
)
811
812
+
iface.launch()