Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ with demo:
|
|
| 59 |
gr.Markdown(
|
| 60 |
"""
|
| 61 |
# UniFormer-S
|
| 62 |
-
Gradio demo for UniFormer
|
| 63 |
"""
|
| 64 |
)
|
| 65 |
|
|
|
|
| 59 |
gr.Markdown(
|
| 60 |
"""
|
| 61 |
# UniFormer-S
|
| 62 |
+
Gradio demo for <a href='https://github.com/Sense-X/UniFormer' target='_blank'>UniFormer</a>: To use it, simply upload your image, or click one of the examples to load them. Read more at the links below.
|
| 63 |
"""
|
| 64 |
)
|
| 65 |
|