Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ def app(video_link):
|
|
7 |
|
8 |
interface = gr.Interface(
|
9 |
fn=app,
|
10 |
-
theme="Nymbo/
|
11 |
inputs=gr.Textbox(label="Enter YouTube link"),
|
12 |
outputs=gr.Video(label = "video_path")
|
13 |
)
|
|
|
7 |
|
8 |
interface = gr.Interface(
|
9 |
fn=app,
|
10 |
+
theme="Nymbo/Nymbo_Theme",
|
11 |
inputs=gr.Textbox(label="Enter YouTube link"),
|
12 |
outputs=gr.Video(label = "video_path")
|
13 |
)
|