Commit
·
7e364d6
1
Parent(s):
b1781f5
test what is going on
Browse files
app.py
CHANGED
@@ -376,5 +376,5 @@ with gr.Blocks(title="Media Toolbox") as app:
|
|
376 |
outputs=files_output)
|
377 |
|
378 |
|
379 |
-
if __name__ == "__main__":
|
380 |
-
app.launch(
|
|
|
376 |
outputs=files_output)
|
377 |
|
378 |
|
379 |
+
# if __name__ == "__main__":
|
380 |
+
app.launch()
|