Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cshallah
/
qna-ancient-1
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cshallah
commited on
Jan 2, 2023
Commit
e2172b4
·
1 Parent(s):
d9b9e27
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,6 +41,6 @@ demo = gr.Interface(
41
],
42
outputs="textbox")
43
44
-
demo.launch(share=
True
)
45
46
41
],
42
outputs="textbox")
43
44
+
demo.launch(share=
False
)
45
46