ttt-tkmr commited on
Commit
5a51f28
·
verified ·
1 Parent(s): 8dfb51e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -107,8 +107,6 @@ with gr.Interface(
107
  outputs=[
108
  "textbox"
109
  ],
110
- live=True,
111
 
112
  ).launch(debug=True)
113
-
114
- #demo.launch()
 
107
  outputs=[
108
  "textbox"
109
  ],
110
+ live=True
111
 
112
  ).launch(debug=True)