Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
ssr_test
like
0
Running
App
Files
Files
Community
main
ssr_test
/
app.py
abidlabs
HF staff
Create app.py
21afa6b
verified
1 day ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"textbox"
,
"textbox"
).launch(ssr_mode=
True
)