Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aliabid94
/
audiotest100
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c9cae8e
audiotest100
/
app.py
aliabid94
HF Staff
Update app.py
c9cae8e
about 2 years ago
raw
Copy download link
history
blame
Safe
122 Bytes
import
gradio
as
gr
def
go
(
a
):
import
time
time.sleep(
20
)
return
a
gr.Interface(go,
"text"
,
"text"
).launch()