charliebaby2023 commited on
Commit
416ff02
1 Parent(s): e8eb5a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
 
6
 
7
 
8
-
9
 
10
 
11
 
@@ -36,7 +36,6 @@ def app(video_link):
36
 
37
  interface = gr.Interface(
38
  fn=app,
39
-
40
  inputs=gr.Textbox(data2, label="Enter YouTube link"),"text",
41
  outputs=gr.Video(label = "video_path"),
42
  examples=[
@@ -55,5 +54,6 @@ interface.launch(debug=True)
55
 
56
 
57
 
 
58
  gradio_interface.launch()
59
 
 
5
 
6
 
7
 
8
+
9
 
10
 
11
 
 
36
 
37
  interface = gr.Interface(
38
  fn=app,
 
39
  inputs=gr.Textbox(data2, label="Enter YouTube link"),"text",
40
  outputs=gr.Video(label = "video_path"),
41
  examples=[
 
54
 
55
 
56
 
57
+
58
  gradio_interface.launch()
59