Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
·
73c34c3
1
Parent(s):
f805a73
Update app.py (#4)
Browse files- Update app.py (e7a56ee5eedac1165ddf76f741a10f5a352d6e9f)
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()
|