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
3386cd9
·
verified
·
1 Parent(s):
2b94fcf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -34,4 +34,6 @@ demo = gr.Interface(fn=greet,
34
title="My Academic Chat",
35
)
36
37
-
demo.queue().launch()
34
title="My Academic Chat",
35
)
36
37
+
38
+
if __name__ == "__main__":
39
+
demo.launch()