Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,8 +40,8 @@ demo = gr.Interface(
|
|
40 |
gr.Image(type="filepath"),
|
41 |
"text",
|
42 |
examples = [
|
43 |
-
os.path.join(os.path.dirname(__file__), "examples/group1.
|
44 |
-
os.path.join(os.path.dirname(__file__), "examples/group2.
|
45 |
]
|
46 |
)
|
47 |
|
|
|
40 |
gr.Image(type="filepath"),
|
41 |
"text",
|
42 |
examples = [
|
43 |
+
os.path.join(os.path.dirname(__file__), "examples/group1.jpeg"),
|
44 |
+
os.path.join(os.path.dirname(__file__), "examples/group2.jpeg")
|
45 |
]
|
46 |
)
|
47 |
|