Spaces:
Sleeping
Sleeping
Commit
路
eee988a
1
Parent(s):
c9b524d
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ interface = gr.Interface(
|
|
40 |
outputs= [gr.outputs.Textbox(label='Predicci贸n')],
|
41 |
title = title, description = description, article = article,
|
42 |
theme = 'peach',
|
43 |
-
examples = ['82.png', '15.png', '61.png', '37.png', '631.png', '23.png', '8.png'
|
44 |
)
|
45 |
|
46 |
interface.launch()
|
|
|
40 |
outputs= [gr.outputs.Textbox(label='Predicci贸n')],
|
41 |
title = title, description = description, article = article,
|
42 |
theme = 'peach',
|
43 |
+
examples = ['82.png', '15.png', '61.png', '37.png', '631.png', '23.png', '8.png']
|
44 |
)
|
45 |
|
46 |
interface.launch()
|