Spaces:
Sleeping
Sleeping
Stanford-TH
commited on
Commit
•
0308224
1
Parent(s):
2bacbcc
Update app.py
Browse files
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=
|
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 |
)
|