File size: 167 Bytes
e9937d0
62d6ebb
e9937d0
62d6ebb
 
 
e9937d0
1
2
3
4
5
6
7
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()