Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -132,14 +132,14 @@ with app:
|
|
132 |
with gr.Column():
|
133 |
predictions = gr.Label(label="Predictions:", show_label=True)
|
134 |
|
135 |
-
gr.Markdown("**Examples:**")
|
136 |
-
gr.Examples(
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
)
|
143 |
|
144 |
youtube_url_predict_btn.click(
|
145 |
predict,
|
|
|
132 |
with gr.Column():
|
133 |
predictions = gr.Label(label="Predictions:", show_label=True)
|
134 |
|
135 |
+
# gr.Markdown("**Examples:**")
|
136 |
+
# gr.Examples(
|
137 |
+
# examples,
|
138 |
+
# [youtube_url, youtube_url_labels_text],
|
139 |
+
# [predictions, video_gif],
|
140 |
+
# fn=predict,
|
141 |
+
# cache_examples=True,
|
142 |
+
# )
|
143 |
|
144 |
youtube_url_predict_btn.click(
|
145 |
predict,
|