Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
import os
|
2 |
import uuid
|
3 |
import time
|
4 |
from threading import Thread
|
@@ -135,4 +135,4 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
135 |
)
|
136 |
|
137 |
if __name__ == "__main__":
|
138 |
-
demo.queue(max_size=30).launch(share=True, mcp_server=True, ssr_mode=False, show_error=True)
|
|
|
1 |
+
'''import os
|
2 |
import uuid
|
3 |
import time
|
4 |
from threading import Thread
|
|
|
135 |
)
|
136 |
|
137 |
if __name__ == "__main__":
|
138 |
+
demo.queue(max_size=30).launch(share=True, mcp_server=True, ssr_mode=False, show_error=True)'''
|