Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rohan13
/
coursera-qa-bot
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rohan13
commited on
May 8, 2023
Commit
8459f03
Β·
1 Parent(s):
5e6b009
sharable = true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -67,4 +67,4 @@ with gr.Blocks() as demo:
67
)
68
69
if __name__ == "__main__":
70
-
demo.launch()
67
)
68
69
if __name__ == "__main__":
70
+
demo.launch(
share=True
)