Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
454d8fa
test1
/
app.py
abidlabs
HF Staff
Update app.py
677fc36
over 3 years ago
raw
Copy download link
history
blame
Safe
109 Bytes
def
predict
(
x
):
return
x
iface = gr.Interface(fn=predict, inputs=
'text'
, outputs=
'text'
)
iface.launch()