Docfile commited on
Commit
9d910be
·
verified ·
1 Parent(s): 19287b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,4 +99,4 @@ app2 = gr.Interface(
99
  iface = gr.TabbedInterface([app1,app2],["Français TA", "Commentaire Composé"])
100
 
101
 
102
- iface.launch(scroll_to_output=True)
 
99
  iface = gr.TabbedInterface([app1,app2],["Français TA", "Commentaire Composé"])
100
 
101
 
102
+ iface.launch()