Spaces:
Sleeping
Sleeping
import gradio as gr | |
gr.Interface(lambda x:x+x, "textbox", "textbox").launch() |
import gradio as gr | |
gr.Interface(lambda x:x+x, "textbox", "textbox").launch() |