Spaces:
Runtime error
Runtime error
update code
Browse files
app.py
CHANGED
@@ -244,7 +244,6 @@ def delete_text(state, image_process_mode):
|
|
244 |
textbox = gr.Textbox(show_label=False, placeholder="Enter text and press ENTER", container=False)
|
245 |
with gr.Blocks(title='Mini-Gemini') as demo:
|
246 |
gr.Markdown(title_markdown)
|
247 |
-
# state = default_conversation.copy()
|
248 |
state = gr.State()
|
249 |
|
250 |
with gr.Row():
|
|
|
244 |
textbox = gr.Textbox(show_label=False, placeholder="Enter text and press ENTER", container=False)
|
245 |
with gr.Blocks(title='Mini-Gemini') as demo:
|
246 |
gr.Markdown(title_markdown)
|
|
|
247 |
state = gr.State()
|
248 |
|
249 |
with gr.Row():
|