Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
TravAI
like
2
Sleeping
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
bhardwaj08sarthak
commited on
Jun 11
Commit
23cd211
·
verified
·
1 Parent(s):
e7aa5de
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -268,4 +268,4 @@ demo = gr.TabbedInterface(
268
)
269
270
if __name__ == "__main__":
271
-
demo.launch()
268
)
269
270
if __name__ == "__main__":
271
+
demo.launch(
mcp_server=True
)