hong-xl
commited on
Commit
•
5c7d104
1
Parent(s):
73ff91d
update application file
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def create_html_page(input_image):
|
|
23 |
# output_html = '<img src="data:image/png;base64,{}">'.format(
|
24 |
# draw.getvalue().encode('base64').decode())
|
25 |
# output_html += '<p>{}</p>'.format(text)
|
26 |
-
return
|
27 |
|
28 |
# Create Gradio input and output components
|
29 |
image_input = gr.inputs.Image(type='filepath', label="Input Image")
|
|
|
23 |
# output_html = '<img src="data:image/png;base64,{}">'.format(
|
24 |
# draw.getvalue().encode('base64').decode())
|
25 |
# output_html += '<p>{}</p>'.format(text)
|
26 |
+
return image
|
27 |
|
28 |
# Create Gradio input and output components
|
29 |
image_input = gr.inputs.Image(type='filepath', label="Input Image")
|