parseny commited on
Commit
9e4163f
1 Parent(s): 2e91337

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ examples = [
29
  ["https://www.youtube.com/watch?v=oQS8KUoWL8E"],
30
  ]
31
 
32
- input_textbox = gr.inputs.Textbox(lines=5, label="Input Text")
33
- output_textbox = gr.outputs.Textbox(label="Generated Text")
34
 
35
  demo = gr.Interface(
36
  fn=generate,
 
29
  ["https://www.youtube.com/watch?v=oQS8KUoWL8E"],
30
  ]
31
 
32
+ # input_textbox = gr.inputs.Textbox(lines=5, label="Input Text")
33
+ # output_textbox = gr.outputs.Textbox(label="Generated Text")
34
 
35
  demo = gr.Interface(
36
  fn=generate,