Spaces:
Runtime error
Runtime error
sdfswefrwerwe
commited on
Commit
·
9622968
1
Parent(s):
e1eecef
app.py
CHANGED
@@ -44,9 +44,9 @@ description = "Due to events. in 8chan staff moderation. I am attacking it. The
|
|
44 |
|
45 |
iface = gr.Interface(fn=process_image,
|
46 |
# inputs=gr.inputs.Image(type="pil"),
|
47 |
-
inputs=gr.Textbox(placeholder="base64 string (right-click => copy-link) ...")
|
48 |
outputs=gr.outputs.Textbox(),
|
49 |
-
|
50 |
title=title,
|
51 |
description=description,
|
52 |
# article=article,
|
|
|
44 |
|
45 |
iface = gr.Interface(fn=process_image,
|
46 |
# inputs=gr.inputs.Image(type="pil"),
|
47 |
+
inputs=gr.Textbox(placeholder="base64 string (right-click => copy-link) ..."),
|
48 |
outputs=gr.outputs.Textbox(),
|
49 |
+
|
50 |
title=title,
|
51 |
description=description,
|
52 |
# article=article,
|