File size: 106 Bytes
33d2d08
 
 
 
 
1
2
3
4
5
import gradio as gr

demo = gr.ChatInterface(lambda x,y,z:x, additional_inputs=["textbox"])

demo.launch()