gradio-docker / app.py
abidlabs's picture
abidlabs HF Staff
Update app.py
9aff34e verified
raw
history blame contribute delete
89 Bytes
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox").launch(ssr_mode=True)