Spaces:
Runtime error
Runtime error
laoczi88
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def generate(video_url, question):
|
|
| 102 |
#======================================
|
| 103 |
|
| 104 |
|
| 105 |
-
title = "YouTube Summorize (only english video < 15 min)"
|
| 106 |
demo = gr.Interface(fn=generate, css=".gradio-container {background-color: lightblue}",
|
| 107 |
inputs=[
|
| 108 |
gr.Textbox(lines=1, label="Video URL"),
|
|
|
|
| 102 |
#======================================
|
| 103 |
|
| 104 |
|
| 105 |
+
title = "ZxZ YouTube Summorize (only english video < 15 min)"
|
| 106 |
demo = gr.Interface(fn=generate, css=".gradio-container {background-color: lightblue}",
|
| 107 |
inputs=[
|
| 108 |
gr.Textbox(lines=1, label="Video URL"),
|