Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
AnimalEquality
/
chatbot
like
1
Running
App
Files
Files
Community
59c68f8
chatbot
/
app.py
Evan Lesmez
nbdevify the project
adaea7c
over 1 year ago
raw
Copy download link
history
blame
110 Bytes
from
lv_recipe_chatbot.app
import
launch_demo
# for Hugging Face
if
__name__ ==
"__main__"
:
launch_demo()