Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,4 +57,4 @@ def transcript_extract():
|
|
57 |
print("Transcript not available for video " + link[9:])
|
58 |
|
59 |
#launch the gradio
|
60 |
-
gr.Interface(fn=transcript_extract, inputs="textbox", outputs="textbox").launch()
|
|
|
57 |
print("Transcript not available for video " + link[9:])
|
58 |
|
59 |
#launch the gradio
|
60 |
+
gr.Interface(fn=transcript_extract, inputs="textbox", outputs="textbox", share=True).launch()
|