fhudi commited on
Commit
4085583
·
verified ·
1 Parent(s): 81bfd67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ def greet(name):
7
 
8
  demo = gr.Interface(fn=greet, inputs="textbox", outputs="textbox")
9
 
10
- demo.launch()
 
7
 
8
  demo = gr.Interface(fn=greet, inputs="textbox", outputs="textbox")
9
 
10
+ demo.launch(ssr_mode=False)