Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def predict(youtube_url_or_file_path, labels_text):
|
|
93 |
app = gr.Blocks()
|
94 |
with app:
|
95 |
gr.Markdown(
|
96 |
-
"# **<p align='center'>Zero-shot Video Classification
|
97 |
)
|
98 |
|
99 |
with gr.Row():
|
|
|
93 |
app = gr.Blocks()
|
94 |
with app:
|
95 |
gr.Markdown(
|
96 |
+
"# **<p align='center'>Zero-shot Video Classification with Hugging face Transformers</p>**"
|
97 |
)
|
98 |
|
99 |
with gr.Row():
|