RandomPersonRR commited on
Commit
9189702
Β·
verified Β·
1 Parent(s): 54cf621

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -124,13 +124,11 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="rose")) as demo:
124
  # πŸŽ₯ **Low Quality Video Inator**
125
 
126
  Upload a video or paste a YouTube URL below then play around with the settings to see which one you like the best.
127
-
128
- Note: YouTube never works
129
  """)
130
 
131
  with gr.Group():
132
  with gr.Row():
133
- use_youtube = gr.Checkbox(label="πŸ”— Use YouTube URL (experimental)", value=False)
134
  youtube_url = gr.Textbox(label="YouTube URL", placeholder="Paste YouTube URL here")
135
  video_file = gr.File(label="πŸ“ Upload Video File")
136
 
 
124
  # πŸŽ₯ **Low Quality Video Inator**
125
 
126
  Upload a video or paste a YouTube URL below then play around with the settings to see which one you like the best.
 
 
127
  """)
128
 
129
  with gr.Group():
130
  with gr.Row():
131
+ use_youtube = gr.Checkbox(label="πŸ”— Use YouTube URL (Never works)", value=False)
132
  youtube_url = gr.Textbox(label="YouTube URL", placeholder="Paste YouTube URL here")
133
  video_file = gr.File(label="πŸ“ Upload Video File")
134