Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -114,9 +114,7 @@ def predict(youtube_url_or_file_path):
|
|
114 |
|
115 |
app = gr.Blocks()
|
116 |
with app:
|
117 |
-
gr.Markdown(
|
118 |
-
"# **<p align='center'>Video Classification with HuggingFace Transformers</p>**"
|
119 |
-
)
|
120 |
gr.Markdown(
|
121 |
"""
|
122 |
<p style='text-align: center'>
|
|
|
114 |
|
115 |
app = gr.Blocks()
|
116 |
with app:
|
117 |
+
gr.Markdown("# **<p align='center'>Video Classification with 🤗 Transformers</p>**")
|
|
|
|
|
118 |
gr.Markdown(
|
119 |
"""
|
120 |
<p style='text-align: center'>
|