test-tcp / app.py
chris-rannou's picture
chris-rannou HF Staff
Update app.py
16b92ef
raw
history blame
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