TA commited on
Commit
a8ae245
·
1 Parent(s): 3eeddba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -80,7 +80,7 @@ gr.Interface(
80
  live=False,
81
  examples=[[EXAMPLE_INPUTS[0]['prompt']]],
82
  inputs=gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUTS[0]['prompt']),
83
- outputs=gr.Textbox(type="html"),
84
  layout="vertical",
85
  html=html_temp.format(
86
  image_url_1=EXAMPLE_INPUTS[0]["image_url"],
@@ -94,5 +94,3 @@ gr.Interface(
94
  ),
95
  ).launch(share=True)
96
 
97
-
98
-
 
80
  live=False,
81
  examples=[[EXAMPLE_INPUTS[0]['prompt']]],
82
  inputs=gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUTS[0]['prompt']),
83
+ outputs=gr.Text(type="html"),
84
  layout="vertical",
85
  html=html_temp.format(
86
  image_url_1=EXAMPLE_INPUTS[0]["image_url"],
 
94
  ),
95
  ).launch(share=True)
96