Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,13 @@ for dog_i in [1, 2]:
|
|
94 |
examples.append([f'square_ims/imagenet_dog_{dog_i}.jpg', 'A dog', f'A {breed}', 0.8, 3])
|
95 |
|
96 |
|
97 |
-
description =
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
# description = gr.Markdown(description)
|
99 |
|
100 |
article = """
|
|
|
94 |
examples.append([f'square_ims/imagenet_dog_{dog_i}.jpg', 'A dog', f'A {breed}', 0.8, 3])
|
95 |
|
96 |
|
97 |
+
description = """
|
98 |
+
**We have disabled image uploading from March 22. 2023.**
|
99 |
+
|
100 |
+
**Please try examples provided below.**
|
101 |
+
|
102 |
+
A gradio demo for [EDICT](https://arxiv.org/abs/2211.12446) (CVPR23)
|
103 |
+
"""
|
104 |
# description = gr.Markdown(description)
|
105 |
|
106 |
article = """
|