Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,4 +98,4 @@ gr.Interface(predict,
|
|
| 98 |
inputs="image",
|
| 99 |
outputs=[gr.Image(label="Sketch Image"), gr.File(label="Result File")],
|
| 100 |
title="Image-to-sketch",
|
| 101 |
-
description="Transfer any image into BW cartoon-style sketch!").launch(
|
|
|
|
| 98 |
inputs="image",
|
| 99 |
outputs=[gr.Image(label="Sketch Image"), gr.File(label="Result File")],
|
| 100 |
title="Image-to-sketch",
|
| 101 |
+
description="Transfer any image into BW cartoon-style sketch!").launch()
|