whitphx HF staff commited on
Commit
f625e48
·
1 Parent(s): e659209

Disable SSR

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ import gradio as gr
2
 
3
  demo = gr.Interface(lambda x: "cheetah.jpg", "textbox", "image", title="Cheetah Generator")
4
 
5
- demo.launch(pwa=True, favicon_path="cheetah.jpg")
 
2
 
3
  demo = gr.Interface(lambda x: "cheetah.jpg", "textbox", "image", title="Cheetah Generator")
4
 
5
+ demo.launch(pwa=True, favicon_path="cheetah.jpg", ssr_mode=False)