Fix runtime: restore demo.launch and lazy model load

#5
by jvamvas - opened
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()