Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
chris-rannou/test-private-2
chris-rannou
/
test-tcp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
16b92ef
test-tcp
/
app.py
chris-rannou
HF Staff
Update app.py
16b92ef
about 2 years ago
raw
Copy download link
history
blame
Safe
194 Bytes
import
gradio
as
gr
import
time
print
(gr.__version__)
def
waiter
(
*args
):
print
(
'right here'
)
return
"Hello"
gr.Interface(waiter,
"text"
,
"text"
).launch(enable_queue=
True
)
# some comments