Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -75,13 +75,7 @@ with demo:
|
|
75 |
3. Run the colorization (two modes supported):
|
76 |
- Automatic mode: **Click** "Colorize" to get the automatically colorized output.
|
77 |
- Editable mode: **Check** ""Show editable anchors"; **Click** "Predict anchors"; **Redraw** the anchor colors (only anchor region will be used); **Click** "Colorize" to get the result.
|
78 |
-
|
79 |
-
-
|
80 |
-
-
|
81 |
-
-
|
82 |
-
-
|
83 |
-
-
|
84 |
-
""")
|
85 |
if RUN_MODE != "local":
|
86 |
gr.Examples(examples=[
|
87 |
['01.jpg', 8, "Low (256x256)"],
|
|
|
75 |
3. Run the colorization (two modes supported):
|
76 |
- Automatic mode: **Click** "Colorize" to get the automatically colorized output.
|
77 |
- Editable mode: **Check** ""Show editable anchors"; **Click** "Predict anchors"; **Redraw** the anchor colors (only anchor region will be used); **Click** "Colorize" to get the result.
|
78 |
+
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
if RUN_MODE != "local":
|
80 |
gr.Examples(examples=[
|
81 |
['01.jpg', 8, "Low (256x256)"],
|