Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ demo_app = gr.Interface(
|
|
157 |
inputs=inputs,
|
158 |
outputs=outputs,
|
159 |
title=title,
|
160 |
-
examples=
|
161 |
cache_examples=True,
|
162 |
theme='huggingface',
|
163 |
)
|
|
|
157 |
inputs=inputs,
|
158 |
outputs=outputs,
|
159 |
title=title,
|
160 |
+
examples=image_path,
|
161 |
cache_examples=True,
|
162 |
theme='huggingface',
|
163 |
)
|