Stanford-TH commited on
Commit
0308224
1 Parent(s): 2bacbcc

Update app.py

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