jvamvas commited on
Commit
5ae31ef
·
1 Parent(s): e511f70

Fix runtime: restore demo.launch and lazy model load (#5)

Browse files

- Fix runtime: restore demo.launch and lazy model load (1a62e1aeecc96dcb29d4b73fbf8d27237c021d34)

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -84,5 +84,4 @@ with gr.Blocks() as demo:
84
  gr.Markdown(description)
85
 
86
 
87
- if my_pipeline is None:
88
- my_pipeline = load_pipeline()
 
84
  gr.Markdown(description)
85
 
86
 
87
+ demo.launch()