Spaces:
Running
Running
tomas-gajarsky
commited on
Commit
•
57ae7d6
1
Parent(s):
41b1b4e
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def main():
|
|
33 |
title=title,
|
34 |
description=description,
|
35 |
article=article,
|
36 |
-
examples=[["./
|
37 |
).launch(debug=True)
|
38 |
|
39 |
|
|
|
33 |
title=title,
|
34 |
description=description,
|
35 |
article=article,
|
36 |
+
examples=[["./test.jpg"], ["./test2.jpg"]],
|
37 |
).launch(debug=True)
|
38 |
|
39 |
|