Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
e7a56ee
1
Parent(s):
f805a73
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def infer():
|
|
15 |
with block:
|
16 |
with gr.Group():
|
17 |
with gr.Box():
|
18 |
-
gallery=gr.Gallery(label="
|
19 |
block.load(infer, inputs=None, outputs=gallery)
|
20 |
|
21 |
block.launch()
|
|
|
15 |
with block:
|
16 |
with gr.Group():
|
17 |
with gr.Box():
|
18 |
+
gallery=gr.Gallery(label="Hugging Gallery")
|
19 |
block.load(infer, inputs=None, outputs=gallery)
|
20 |
|
21 |
block.launch()
|