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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,7 +91,7 @@ with app:
91
  model_names_dropdown.change(fn=select_model, inputs=model_names_dropdown)
92
  with gr.Tab(label="Youtube URL"):
93
  gr.Markdown(
94
- "### **Provide a Youtube video URL and a list of labels separated by commas**"
95
  )
96
  youtube_url = gr.Textbox(label="Youtube URL:", show_label=True)
97
  youtube_url_labels_text = gr.Textbox(
@@ -100,7 +100,7 @@ with app:
100
  youtube_url_predict_btn = gr.Button(value="Predict")
101
  with gr.Tab(label="Local File"):
102
  gr.Markdown(
103
- "### **Upload a video file and provide a list of labels separated by commas**"
104
  )
105
  video_file = gr.Video(label="Video File:", show_label=True)
106
  local_video_labels_text = gr.Textbox(
 
91
  model_names_dropdown.change(fn=select_model, inputs=model_names_dropdown)
92
  with gr.Tab(label="Youtube URL"):
93
  gr.Markdown(
94
+ "### **Enter Youtube URL**"
95
  )
96
  youtube_url = gr.Textbox(label="Youtube URL:", show_label=True)
97
  youtube_url_labels_text = gr.Textbox(
 
100
  youtube_url_predict_btn = gr.Button(value="Predict")
101
  with gr.Tab(label="Local File"):
102
  gr.Markdown(
103
+ "### **Video Upload**"
104
  )
105
  video_file = gr.Video(label="Video File:", show_label=True)
106
  local_video_labels_text = gr.Textbox(