Hev832 commited on
Commit
b31a8c4
1 Parent(s): 7531fe4

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -0
run.py CHANGED
@@ -27,6 +27,7 @@ def fetch(url, custom_name, ext):
27
  return filename
28
 
29
  app = gr.Interface(
 
30
  fn=fetch,
31
  inputs=[
32
  gr.Textbox(label="YouTube video address", placeholder="Paste video link here..."),
 
27
  return filename
28
 
29
  app = gr.Interface(
30
+ theme='Hev832/EasyAndCool',
31
  fn=fetch,
32
  inputs=[
33
  gr.Textbox(label="YouTube video address", placeholder="Paste video link here..."),