chris-rannou HF Staff commited on
Commit
05b4c0d
·
verified ·
1 Parent(s): 4737df1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ def greet(name):
16
  return "Hello there {}".format(name)
17
 
18
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
19
- iface.launch(ssr_mode=True)
 
16
  return "Hello there {}".format(name)
17
 
18
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
19
+ iface.launch()