test-tcp / app.py
chris-rannou's picture
chris-rannou HF Staff
Update app.py
aac9464
raw
history blame
198 Bytes
import gradio as gr
import time
print(gr.__version__)
def waiter(*args):
print('right here')
return "Hello"
1/0
gr.Interface(waiter, "text", "text").launch(enable_queue=True)
# some comments