89b7985 caa5ba9 89b7985 caa5ba9
1
2
3
4
5
6
7
8
import gradio as gr import time def sleep(x): time.sleep(6) return x + ", hello" gr.Interface(sleep, "textbox", "textbox").queue().launch()