removed method call
Browse files- src/app.py +0 -1
src/app.py
CHANGED
@@ -62,5 +62,4 @@ with gr.Blocks(gr.themes.Soft(primary_hue=gr.themes.colors.slate, secondary_hue=
|
|
62 |
|
63 |
if __name__ == '__main__':
|
64 |
# demo.queue(concurrency_count=3)
|
65 |
-
load_models()
|
66 |
demo.launch(server_name="0.0.0.0", server_port=7860, show_api=False)
|
|
|
62 |
|
63 |
if __name__ == '__main__':
|
64 |
# demo.queue(concurrency_count=3)
|
|
|
65 |
demo.launch(server_name="0.0.0.0", server_port=7860, show_api=False)
|