Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ShynBui
/
query_bot
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
be81784
query_bot
/
app.py
ShynBui
Update app.py
be81784
verified
4 months ago
raw
Copy download link
history
blame
139 Bytes
import
gradio
as
gr
if
__name__ ==
"__main__"
:
demo = gr.Interface(fn=get_answer, inputs=
"text"
, outputs=
"text"
)
demo.launch()