Spaces:
Sleeping
Sleeping
import gradio as gr | |
with gr.Blocks(fill_width=True) as demo: | |
gr.ChatInterface(lambda x,y:x) | |
demo.launch() | |
import gradio as gr | |
with gr.Blocks(fill_width=True) as demo: | |
gr.ChatInterface(lambda x,y:x) | |
demo.launch() | |