Spaces:
Sleeping
Sleeping
Stanford-TH
commited on
Commit
•
564e963
1
Parent(s):
6f79036
Update app.py
Browse files
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="
|
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="textbox",
|
18 |
outputs="dataframe",
|
19 |
live=True,
|
20 |
title="Genre Prediction"
|