Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HaveAI
/
Flaretext2text
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
08f59c3
Flaretext2text
/
app.py
HaveAI
Update app.py
08f59c3
verified
19 days ago
raw
Copy download link
history
blame
Safe
155 Bytes
import
gradio
as
gr
def
respond
(
message, history
):
return
f"Π’Ρ ΡΠΊΠ°Π·Π°Π»:
{message}
"
gr.ChatInterface(fn=respond, title=
"Flare Chat"
).launch()