osanseviero HF staff commited on
Commit
73c34c3
1 Parent(s): f805a73
Files changed (1) hide show
  1. app.py +1 -1
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="Hug Gallery")
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()