Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
RobinLsps
/
Final_Assignment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jofthomas
commited on
Apr 21, 2025
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()