Spaces:
Paused
Paused
Update app_gradio.py
Browse files- app_gradio.py +1 -1
app_gradio.py
CHANGED
@@ -269,7 +269,7 @@ def create_gradio_interface():
|
|
269 |
|
270 |
|
271 |
|
272 |
-
|
273 |
examples=[
|
274 |
['./static/examples/sketch1.png', 'The camel walks slowly'],
|
275 |
['./static/examples/sketch2.png', 'The wine in the wine glass sways from side to side'],
|
|
|
269 |
|
270 |
|
271 |
|
272 |
+
gr.Examples(
|
273 |
examples=[
|
274 |
['./static/examples/sketch1.png', 'The camel walks slowly'],
|
275 |
['./static/examples/sketch2.png', 'The wine in the wine glass sways from side to side'],
|