Nymbo commited on
Commit
646f53a
·
verified ·
1 Parent(s): 191c817

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def app(video_link):
7
 
8
  interface = gr.Interface(
9
  fn=app,
10
- theme="Nymbo/Alyx_Theme",
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
  )