Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
real-jiakai
/
Agent_Course_Final_Assignment_Demo
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jofthomas
commited on
9 days ago
Commit
ba7497e
·
verified
·
1 Parent(s):
5aede90
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -88,5 +88,5 @@ demo = gr.ChatInterface(
88
],
89
90
)
91
-
92
-
demo.launch()
88
],
89
90
)
91
+
if __name__ == "__main__":
92
+
demo.launch()