Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Mr-Cool
/
AIE4_midterm_project
like
0
Sleeping
App
Files
Files
Community
e40a5fc
AIE4_midterm_project
/
app.py
Mr-Cool
Added files
e40a5fc
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
import
gradio
as
gr
from
functions
import
*
rag_poc = gr.ChatInterface(get_response)
if
__name__ ==
"__main__"
:
rag_poc.launch()