Spaces:
Sleeping
Sleeping
Commit
·
e2f5aeb
1
Parent(s):
72c3254
Updated app
Browse files
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 |
-
)
|
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()
|