Spaces:
Sleeping
Sleeping
Milano Hyacinthe
commited on
Commit
·
8137357
1
Parent(s):
a78bbf8
Testing v2
Browse files- demo/app_januspro.py +2 -1
demo/app_januspro.py
CHANGED
@@ -185,6 +185,7 @@ with gr.Blocks() as demo:
|
|
185 |
understanding_button = gr.Button("Chat")
|
186 |
understanding_output = gr.Textbox(label="Response")
|
187 |
|
|
|
188 |
examples_inpainting = gr.Examples(
|
189 |
label="Multimodal Understanding examples",
|
190 |
examples=[
|
@@ -199,7 +200,7 @@ with gr.Blocks() as demo:
|
|
199 |
],
|
200 |
inputs=[question_input, image_input],
|
201 |
)
|
202 |
-
|
203 |
|
204 |
gr.Markdown(value="# Text-to-Image Generation")
|
205 |
|
|
|
185 |
understanding_button = gr.Button("Chat")
|
186 |
understanding_output = gr.Textbox(label="Response")
|
187 |
|
188 |
+
"""
|
189 |
examples_inpainting = gr.Examples(
|
190 |
label="Multimodal Understanding examples",
|
191 |
examples=[
|
|
|
200 |
],
|
201 |
inputs=[question_input, image_input],
|
202 |
)
|
203 |
+
"""
|
204 |
|
205 |
gr.Markdown(value="# Text-to-Image Generation")
|
206 |
|