Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def pixera_CYCLEGAN(image):
|
|
106 |
return image
|
107 |
|
108 |
title_ = "Pixera: Create your own Pixel Art"
|
109 |
-
description_ = ""
|
110 |
|
111 |
examples_path = f"{os.getcwd()}/imgs"
|
112 |
examples_ = os.listdir(examples_path)
|
|
|
106 |
return image
|
107 |
|
108 |
title_ = "Pixera: Create your own Pixel Art"
|
109 |
+
description_ = "."
|
110 |
|
111 |
examples_path = f"{os.getcwd()}/imgs"
|
112 |
examples_ = os.listdir(examples_path)
|