Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
|
|
35 |
inputs="image",
|
36 |
outputs="text",
|
37 |
title="ASCII Art Generator",
|
38 |
-
description="Upload an image, and this app will turn it into ASCII art!",
|
39 |
live=True
|
40 |
)
|
41 |
|
|
|
35 |
inputs="image",
|
36 |
outputs="text",
|
37 |
title="ASCII Art Generator",
|
38 |
+
description="Upload an image, and this app will turn it into ASCII art! - Simple Gradio App from Docker",
|
39 |
live=True
|
40 |
)
|
41 |
|