Spaces:
Runtime error
Runtime error
committed
Browse files
app.py
CHANGED
@@ -38,4 +38,4 @@ iface = gr.Interface(fn=summarize_video_transcript,
|
|
38 |
description="Enter YouTube Video URL to get the transcript summary")
|
39 |
|
40 |
if __name__ == "__main__":
|
41 |
-
iface.launch(
|
|
|
38 |
description="Enter YouTube Video URL to get the transcript summary")
|
39 |
|
40 |
if __name__ == "__main__":
|
41 |
+
iface.launch()
|