Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,6 +63,6 @@ with gr.Blocks() as app:
|
|
| 63 |
yt_transcribe_button.click(transcribe_youtube, inputs=youtube_url, outputs=yt_output)
|
| 64 |
|
| 65 |
# Run Gradio app
|
| 66 |
-
app.launch(server_name="0.0.0.0", server_port=
|
| 67 |
|
| 68 |
|
|
|
|
| 63 |
yt_transcribe_button.click(transcribe_youtube, inputs=youtube_url, outputs=yt_output)
|
| 64 |
|
| 65 |
# Run Gradio app
|
| 66 |
+
app.launch(server_name="0.0.0.0", server_port=7880)
|
| 67 |
|
| 68 |
|