Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-chat-interface-zero
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
91c8a5f
test-chat-interface-zero
/
app.py
abidlabs
HF Staff
Create app.py
91c8a5f
verified
7 months ago
raw
Copy download link
history
blame
Safe
112 Bytes
import
gradio
as
gr
import
time
def
test
(
x, y
):
time.sleep(
3
)
return
x
gr.ChatInterface(test).launch()