mehal commited on
Commit
8d6ca88
·
1 Parent(s): 0bb375d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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
- 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,
 
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,