Spaces:
Runtime error
Runtime error
Add app
Browse files
app.py
CHANGED
@@ -20,8 +20,8 @@ demo = gr.Interface(
|
|
20 |
title=title,
|
21 |
description=description,
|
22 |
inputs="text",
|
23 |
-
outputs=gr.Label(num_top_classes=3),
|
24 |
-
|
25 |
examples=[
|
26 |
"https://www.youtube.com/watch?v=VL5M5ZihJK4",
|
27 |
"https://www.youtube.com/watch?v=VL5M5ZihJK4",
|
|
|
20 |
title=title,
|
21 |
description=description,
|
22 |
inputs="text",
|
23 |
+
# outputs=gr.Label(num_top_classes=3),
|
24 |
+
outputs="json",
|
25 |
examples=[
|
26 |
"https://www.youtube.com/watch?v=VL5M5ZihJK4",
|
27 |
"https://www.youtube.com/watch?v=VL5M5ZihJK4",
|