Update app.py
Browse files
app.py
CHANGED
@@ -128,4 +128,4 @@ with gr.Blocks(title="YouTube Transcript Fetcher") as demo:
|
|
128 |
- Preserve formatting keeps HTML tags if present
|
129 |
""")
|
130 |
|
131 |
-
demo.launch(
|
|
|
128 |
- Preserve formatting keeps HTML tags if present
|
129 |
""")
|
130 |
|
131 |
+
demo.launch()
|