Spaces:
Configuration error
Configuration error
import gradio as gr | |
gr.Interface(lambda x:x, "textbox", "textbox", title="test updated").launch() | |
import gradio as gr | |
gr.Interface(lambda x:x, "textbox", "textbox", title="test updated").launch() | |