ICLR2024-papers / app.py
hysts's picture
hysts HF staff
Add files
15ee8f1
raw
history blame
No virus
133 Bytes
#!/usr/bin/env python
import gradio as gr
with gr.Blocks() as demo:
pass
if __name__ == "__main__":
demo.queue().launch()