Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -115,14 +115,14 @@ with app:
|
|
115 |
with gr.Column():
|
116 |
predictions = gr.Label(label="Predictions:", show_label=True)
|
117 |
|
118 |
-
gr.Markdown("**Examples:**")
|
119 |
-
gr.Examples(
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
)
|
126 |
|
127 |
youtube_url_predict_btn.click(
|
128 |
predict,
|
|
|
115 |
with gr.Column():
|
116 |
predictions = gr.Label(label="Predictions:", show_label=True)
|
117 |
|
118 |
+
# gr.Markdown("**Examples:**")
|
119 |
+
# gr.Examples(
|
120 |
+
# examples,
|
121 |
+
# [youtube_url, youtube_url_labels_text],
|
122 |
+
# [predictions, video_gif],
|
123 |
+
# fn=predict,
|
124 |
+
# cache_examples=True,
|
125 |
+
# )
|
126 |
|
127 |
youtube_url_predict_btn.click(
|
128 |
predict,
|