ssr_test / app.py
abidlabs's picture
abidlabs HF staff
Create app.py
21afa6b verified
raw
history blame contribute delete
89 Bytes
import gradio as gr
gr.Interface(lambda x:x, "textbox", "textbox").launch(ssr_mode=True)