abidlabs's picture
abidlabs HF Staff
Update app.py
ee85894 verified
raw
history blame contribute delete
124 Bytes
import gradio as gr
demo = gr.Interface(lambda x: x, "textbox", "textbox", title="Not fixed")
demo.launch(ssr_mode=True)