Artem
commited on
Commit
·
03fd523
1
Parent(s):
10a5d9b
addded r escape seq
Browse files- gradio_app.py +2 -2
gradio_app.py
CHANGED
|
@@ -83,7 +83,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Qwen2-VL Analyst") as app:
|
|
| 83 |
|
| 84 |
# Header
|
| 85 |
gr.Markdown(
|
| 86 |
-
"""
|
| 87 |
¯\(ツ)/¯ Intelligence: Upload an image and ask a question
|
| 88 |
"""
|
| 89 |
)
|
|
@@ -132,4 +132,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Qwen2-VL Analyst") as app:
|
|
| 132 |
clear_btn.click(fn=clear_inputs, inputs=[], outputs=[img_input, q_input, output_box])
|
| 133 |
|
| 134 |
|
| 135 |
-
app.launch()
|
|
|
|
| 83 |
|
| 84 |
# Header
|
| 85 |
gr.Markdown(
|
| 86 |
+
r"""
|
| 87 |
¯\(ツ)/¯ Intelligence: Upload an image and ask a question
|
| 88 |
"""
|
| 89 |
)
|
|
|
|
| 132 |
clear_btn.click(fn=clear_inputs, inputs=[], outputs=[img_input, q_input, output_box])
|
| 133 |
|
| 134 |
|
| 135 |
+
app.launch()
|