Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,16 +93,9 @@ 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 with
|
97 |
-
)
|
98 |
-
gr.Markdown(
|
99 |
-
"""
|
100 |
-
<p style='text-align: center'>
|
101 |
-
Follow me for more!
|
102 |
-
<br> <a href='https://twitter.com/fcakyon' target='_blank'>twitter</a> | <a href='https://github.com/fcakyon' target='_blank'>github</a> | <a href='https://www.linkedin.com/in/fcakyon/' target='_blank'>linkedin</a> | <a href='https://fcakyon.medium.com/' target='_blank'>medium</a>
|
103 |
-
</p>
|
104 |
-
"""
|
105 |
)
|
|
|
106 |
|
107 |
with gr.Row():
|
108 |
with gr.Column():
|
|
|
93 |
app = gr.Blocks()
|
94 |
with app:
|
95 |
gr.Markdown(
|
96 |
+
"# **<p align='center'>Zero-shot Video Classification with Huggingface Transformers</p>**"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
)
|
98 |
+
|
99 |
|
100 |
with gr.Row():
|
101 |
with gr.Column():
|