Spaces:
Runtime error
Runtime error
TA
commited on
Commit
·
b5cae3b
1
Parent(s):
5becc54
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ gr.Interface(
|
|
81 |
examples=[[EXAMPLE_INPUTS[0]['prompt']]],
|
82 |
inputs=gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUTS[0]['prompt']),
|
83 |
outputs=gr.Textbox(),
|
84 |
-
|
85 |
image_url_1=EXAMPLE_INPUTS[0]["image_url"],
|
86 |
prompt_1=EXAMPLE_INPUTS[0]["prompt"],
|
87 |
image_url_2=EXAMPLE_INPUTS[1]["image_url"],
|
@@ -93,3 +93,4 @@ gr.Interface(
|
|
93 |
),
|
94 |
).launch(share=True)
|
95 |
|
|
|
|
81 |
examples=[[EXAMPLE_INPUTS[0]['prompt']]],
|
82 |
inputs=gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUTS[0]['prompt']),
|
83 |
outputs=gr.Textbox(),
|
84 |
+
output_html=html_temp.format(
|
85 |
image_url_1=EXAMPLE_INPUTS[0]["image_url"],
|
86 |
prompt_1=EXAMPLE_INPUTS[0]["prompt"],
|
87 |
image_url_2=EXAMPLE_INPUTS[1]["image_url"],
|
|
|
93 |
),
|
94 |
).launch(share=True)
|
95 |
|
96 |
+
|