Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hmb/test_state
hmb
/
test_no_state
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d2fe492
test_no_state
/
app.py
hmb
HF Staff
Update app.py
d2fe492
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
99 Bytes
import
gradio
as
gr
demo = gr.Interface(
lambda
x,y:(x,y), [
"textbox"
], [
"textbox"
])
demo.launch()