subtify / app.py
Maximofn's picture
First gradio interface
23111c6
raw
history blame
89 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Textbox("Subtify")
demo.launch()