Adnan Syamsafa commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,6 +107,6 @@ with gr.Blocks(title="FFmo - FFmpeg Online", theme=gr.themes.Soft()) as main:
|
|
| 107 |
# Launch the combined interface
|
| 108 |
if __name__ == "__main__":
|
| 109 |
if limit:
|
| 110 |
-
main.queue(
|
| 111 |
else:
|
| 112 |
-
main.queue(
|
|
|
|
| 107 |
# Launch the combined interface
|
| 108 |
if __name__ == "__main__":
|
| 109 |
if limit:
|
| 110 |
+
main.queue().launch()
|
| 111 |
else:
|
| 112 |
+
main.queue().launch(debug=True, share=True)
|