Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ textbox = gr.Textbox(
|
|
22 |
with gr.Blocks(title = '' ) as demo:
|
23 |
gr.Markdown(title_markdown)
|
24 |
|
25 |
-
with gr.Blocks(title='
|
26 |
gr.Markdown(title_markdown)
|
27 |
state = gr.State()
|
28 |
state_ = gr.State()
|
|
|
22 |
with gr.Blocks(title = '' ) as demo:
|
23 |
gr.Markdown(title_markdown)
|
24 |
|
25 |
+
with gr.Blocks(title='Asking questions about imagesπ') as demo:
|
26 |
gr.Markdown(title_markdown)
|
27 |
state = gr.State()
|
28 |
state_ = gr.State()
|