Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,8 @@ bot_inputs = [google_key_component, image_prompt_component, text_prompt_componen
|
|
77 |
|
78 |
with gr.Blocks() as demo:
|
79 |
gr.HTML(TITLE)
|
80 |
-
|
|
|
81 |
with gr.Column():
|
82 |
google_key_component.render()
|
83 |
image_prompt_component.render()
|
|
|
77 |
|
78 |
with gr.Blocks() as demo:
|
79 |
gr.HTML(TITLE)
|
80 |
+
# gr.HTML(SUBTITLE)
|
81 |
+
gr.HTML(DUPLICATE)
|
82 |
with gr.Column():
|
83 |
google_key_component.render()
|
84 |
image_prompt_component.render()
|