NegativeSector's picture
Update app.py
a43ff95
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"), outputs="text")
iface.launch()