Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import requests
|
|
| 10 |
def f(x):
|
| 11 |
return x
|
| 12 |
|
| 13 |
-
description = '
|
| 14 |
# description = gr.Markdown(description)
|
| 15 |
|
| 16 |
article = """
|
|
|
|
| 10 |
def f(x):
|
| 11 |
return x
|
| 12 |
|
| 13 |
+
description = '**This demo is temporarily out of order** \n A gradio demo for [EDICT](https://arxiv.org/abs/2211.12446) (CVPR23)'
|
| 14 |
# description = gr.Markdown(description)
|
| 15 |
|
| 16 |
article = """
|