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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def classify_movie_genre(description):
14
  # Define the Gradio interface
15
  iface = gr.Interface(
16
  fn=classify_movie_genre,
17
- inputs="textbox",
18
  outputs="dataframe",
19
  live=True,
20
  title="Genre Prediction"
 
14
  # Define the Gradio interface
15
  iface = gr.Interface(
16
  fn=classify_movie_genre,
17
+ inputs="textarea",
18
  outputs="dataframe",
19
  live=True,
20
  title="Genre Prediction"