charliebaby2023
commited on
Commit
•
3036b49
1
Parent(s):
c8f3f78
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
def app(video_link):
|
7 |
video_path = download_youtube_video(video_link)
|
8 |
route('/')
|
9 |
-
|
10 |
return video_path
|
11 |
|
12 |
interface = gr.Interface(
|
|
|
6 |
def app(video_link):
|
7 |
video_path = download_youtube_video(video_link)
|
8 |
route('/')
|
9 |
+
data = requests.get('data', '') # Extracting data from URL query parameter
|
10 |
return video_path
|
11 |
|
12 |
interface = gr.Interface(
|