broadfield-dev commited on
Commit
11cb862
·
verified ·
1 Parent(s): eb844af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,7 +294,7 @@ def load_demo():
294
 
295
 
296
 
297
- return report, [], None, preview, len(frames)
298
 
299
  # Gradio Blocks interface
300
  with gr.Blocks(title="Solar CME Detection") as demo:
 
294
 
295
 
296
 
297
+ return "Demo Loaded", preview, None, preview, len(frames)
298
 
299
  # Gradio Blocks interface
300
  with gr.Blocks(title="Solar CME Detection") as demo: