Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|