Shad0ws commited on
Commit
1d6c5d4
·
1 Parent(s): efa6cc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Interface</p>**"
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():