ruslanmv commited on
Commit
36c27b0
·
verified ·
1 Parent(s): 72d6681

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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