Update app.py
Browse files
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 (
|
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 |
|