hysts's picture
hysts HF Staff
Duplicate from hysts-debug/base-space
f4ef203
raw
history blame
101 Bytes
#!/usr/bin/env python
import gradio as gr
with gr.Blocks() as demo:
pass
demo.queue().launch()