Spaces:
Running
Running
Deniel Dimitrov
commited on
Commit
·
8af4b66
1
Parent(s):
afecd71
Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,7 @@ iface = gr.Interface(
|
|
42 |
inputs=["image","number"], # Input component (in this case, an image)
|
43 |
outputs="text", # Output component (in this case, text)
|
44 |
title="image-to-ascii (by peasoup)" # Title for the interface
|
|
|
45 |
)
|
46 |
|
47 |
# Launch the interface
|
|
|
42 |
inputs=["image","number"], # Input component (in this case, an image)
|
43 |
outputs="text", # Output component (in this case, text)
|
44 |
title="image-to-ascii (by peasoup)" # Title for the interface
|
45 |
+
clipboard=True # Add clipboard option for output text
|
46 |
)
|
47 |
|
48 |
# Launch the interface
|