Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VirtualOasis
/
Academic-chat
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c
commited on
Jan 22, 2024
Commit
2b94fcf
·
verified
·
1 Parent(s):
80623a7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,4 +34,4 @@ demo = gr.Interface(fn=greet,
34
title="My Academic Chat",
35
)
36
37
-
demo.queue().launch(
debug=True, share=True, inline=False
)
34
title="My Academic Chat",
35
)
36
37
+
demo.queue().launch()