Spaces:
Paused
Paused
Update app_gradio.py
Browse files- app_gradio.py +1 -1
app_gradio.py
CHANGED
@@ -293,7 +293,7 @@ def create_gradio_interface():
|
|
293 |
lines=3
|
294 |
)
|
295 |
|
296 |
-
|
297 |
examples=[
|
298 |
['./static/examples/sketch1.png', 'The camel walks slowly'],
|
299 |
['./static/examples/sketch2.png', 'The wine in the wine glass sways from side to side'],
|
|
|
293 |
lines=3
|
294 |
)
|
295 |
|
296 |
+
gr.Examples(
|
297 |
examples=[
|
298 |
['./static/examples/sketch1.png', 'The camel walks slowly'],
|
299 |
['./static/examples/sketch2.png', 'The wine in the wine glass sways from side to side'],
|