wcy1122 commited on
Commit
9d2dfff
·
1 Parent(s): cdcc804

update code

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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():