Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/test-chat-interface-zero
abidlabs
/
test-chat-interface-zero-fixed
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test-chat-interface-zero-fixed
/
app.py
abidlabs
HF staff
Update app.py
91da0ac
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
138 Bytes
import
gradio
as
gr
import
time
import
spaces
@spaces.GPU
def
test
(
x, y
):
time.sleep(
3
)
return
x
gr.ChatInterface(test).launch()