sergiopaniego HF Staff commited on
Commit
e2f5aeb
·
1 Parent(s): 72c3254

Updated app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,6 +128,6 @@ with gr.Blocks() as demo:
128
  gr.Image(label="Output prediction", type="pil"),
129
  gr.Image(label="Attention weights", type="pil")
130
  ]
131
- ).launch()
132
 
133
  demo.launch()
 
128
  gr.Image(label="Output prediction", type="pil"),
129
  gr.Image(label="Attention weights", type="pil")
130
  ]
131
+ )#.launch()
132
 
133
  demo.launch()