Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
"### **
|
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
|
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(
|