kresnik commited on
Commit
0b38351
·
1 Parent(s): 10b9192

update live

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -111,6 +111,7 @@ gr.Interface(
111
  """,
112
  allow_screenshot=False,
113
  allow_flagging="never",
114
- theme="grass"
 
115
  ).launch(enable_queue=True)
116
 
 
111
  """,
112
  allow_screenshot=False,
113
  allow_flagging="never",
114
+ theme="grass",
115
+ live=True
116
  ).launch(enable_queue=True)
117