sourceoftruthdata
commited on
Commit
·
214bfa4
1
Parent(s):
3d07e00
add example
Browse files
app.py
CHANGED
@@ -45,5 +45,5 @@ if my_upload is not None:
|
|
45 |
st.error("The uploaded file is too large. Please upload an image smaller than 5MB.")
|
46 |
else:
|
47 |
fix_image(upload=my_upload)
|
48 |
-
|
49 |
-
|
|
|
45 |
st.error("The uploaded file is too large. Please upload an image smaller than 5MB.")
|
46 |
else:
|
47 |
fix_image(upload=my_upload)
|
48 |
+
else:
|
49 |
+
fix_image("./examples/zebra.jpg")
|