Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -42,9 +42,9 @@ demo = gr.Interface(
|
|
42 |
inputs="text",
|
43 |
# outputs=gr.Label(num_top_classes=3),
|
44 |
outputs="json",
|
45 |
-
examples=[
|
46 |
-
|
47 |
-
|
48 |
-
],
|
49 |
)
|
50 |
demo.launch(share=True)
|
|
|
42 |
inputs="text",
|
43 |
# outputs=gr.Label(num_top_classes=3),
|
44 |
outputs="json",
|
45 |
+
# examples=[
|
46 |
+
# "https://www.youtube.com/watch?v=UjtOGPJ0URM",
|
47 |
+
# "https://www.youtube.com/watch?v=TrZyuCh9df0",
|
48 |
+
# ],
|
49 |
)
|
50 |
demo.launch(share=True)
|