Future-Tense commited on
Commit
476af94
1 Parent(s): 3da470f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def pl_fn(cap,cur,last,fps,pl_tog):
66
  return render,cur
67
 
68
  with gr.Blocks() as app:
69
- gr.Markdown("""<center><h1>Slow-Motion Video Object Detection</h1><h4>Gradio and ultralyticsplus/yolov8s</center>""")
70
  with gr.Row():
71
  with gr.Column():
72
  youtube_url = gr.Textbox(label="YouTube URL",value=f"{URL}")
 
66
  return render,cur
67
 
68
  with gr.Blocks() as app:
69
+ gr.Markdown("""<center><h1>Slow Video Object Detection</h1><h4>Gradio and ultralyticsplus/yolov8s</h4><h4>Probably faster on GPU 🤷‍♂️</h4></center>""")
70
  with gr.Row():
71
  with gr.Column():
72
  youtube_url = gr.Textbox(label="YouTube URL",value=f"{URL}")