Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,5 @@ gr.Interface(
|
|
28 |
outputs=outputs,
|
29 |
title=title,
|
30 |
description=description,
|
31 |
-
examples=[
|
32 |
-
["sample_images/0a4e0e88a05abd96670c8c0c3a67fc73.JPG"], ["sample_images/0a584ddb325ed1ab4083d341280caaa8.JPG"]]
|
33 |
,cache_examples=False).launch()
|
|
|
28 |
outputs=outputs,
|
29 |
title=title,
|
30 |
description=description,
|
31 |
+
examples=[]
|
|
|
32 |
,cache_examples=False).launch()
|