Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
syildizz
/
User-Manual-Chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
875aa71
User-Manual-Chatbot
/
app.py
syildizz
Initial commit.
1ae5927
about 2 months ago
raw
Copy download link
history
blame
Safe
173 Bytes
from
gradio_app
import
gradio_main
if
__name__ ==
"__main__"
:
gr_interface = gradio_main()
gr_interface.queue().launch()
# pyright: ignore[reportUnusedCallResult]