Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def process_video(video_url, audio_url, progress=gr.Progress()):
|
|
139 |
|
140 |
def create_interface():
|
141 |
with gr.Blocks() as app:
|
142 |
-
gr.Markdown("#
|
143 |
with gr.Row():
|
144 |
with gr.Column():
|
145 |
video_url_input = gr.Textbox(label="Video URL")
|
|
|
139 |
|
140 |
def create_interface():
|
141 |
with gr.Blocks() as app:
|
142 |
+
gr.Markdown("# JSON 2")
|
143 |
with gr.Row():
|
144 |
with gr.Column():
|
145 |
video_url_input = gr.Textbox(label="Video URL")
|