TuanScientist commited on
Commit
4b79df0
·
1 Parent(s): a0fd97b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -14
app.py CHANGED
@@ -123,14 +123,6 @@ with app:
123
  </p>
124
  """
125
  )
126
- gr.Markdown(
127
- """
128
- <p style='text-align: center'>
129
- Follow me for more!
130
- <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>
131
- </p>
132
- """
133
- )
134
 
135
  with gr.Row():
136
  with gr.Column():
@@ -174,11 +166,6 @@ with app:
174
  local_video_predict_btn.click(
175
  predict, inputs=video_file, outputs=[predictions, video_gif]
176
  )
177
- gr.Markdown(
178
- """
179
- \n Demo created by: <a href=\"https://github.com/fcakyon\">fcakyon</a>.
180
- <br> Powered by <a href='https://huggingface.co/models?pipeline_tag=video-classification&library=transformers' target='_blank'>HuggingFace Transformers video models</a> .
181
- """
182
- )
183
 
184
  app.launch()
 
123
  </p>
124
  """
125
  )
 
 
 
 
 
 
 
 
126
 
127
  with gr.Row():
128
  with gr.Column():
 
166
  local_video_predict_btn.click(
167
  predict, inputs=video_file, outputs=[predictions, video_gif]
168
  )
169
+
 
 
 
 
 
170
 
171
  app.launch()