Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jaeyoungk
/
sgecon
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c3ac709
sgecon
/
app.py
jaeyoungk
Update app.py
c3ac709
over 1 year ago
raw
Copy download link
history
blame
Safe
85 Bytes
import
gradio
as
gr
gr.Interface(fn=predict, inputs=
"text"
, outputs=
"text"
).launch()