Stanford-TH commited on
Commit
f7a4208
1 Parent(s): 9002061

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ iface = gr.Interface(
16
  fn=classify_movie_genre,
17
  inputs="textarea",
18
  outputs="dataframe",
19
- live=True,
20
  title="Genre Prediction"
21
  )
22
 
 
16
  fn=classify_movie_genre,
17
  inputs="textarea",
18
  outputs="dataframe",
19
+ live=False,
20
  title="Genre Prediction"
21
  )
22