NegativeSector's picture
Update app.py
62d6ebb
raw history blame
No virus
167 Bytes
import gradio as gr
import json
def green(t):
pass
iface = gr.Interface(fn=green, inputs=gr.inputs.Textbox(lines=2, placeholder="Put prompt here"))
iface.launch()