Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
errchh
/
hfagentscourse-finalassignment
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jofthomas
commited on
about 1 month ago
Commit
2f1dc21
·
1 Parent(s):
d56a82d
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()