Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,5 +7,5 @@ def fn():
|
|
| 7 |
|
| 8 |
with gr.Blocks() as demo:
|
| 9 |
gallery = gr.Gallery()
|
| 10 |
-
demo.load(fn=fn, outputs=gallery
|
| 11 |
demo.launch()
|
|
|
|
| 7 |
|
| 8 |
with gr.Blocks() as demo:
|
| 9 |
gallery = gr.Gallery()
|
| 10 |
+
demo.load(fn=fn, outputs=gallery)
|
| 11 |
demo.launch()
|