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