Alexander123x commited on
Commit
4f8a3e9
·
verified ·
1 Parent(s): 272bc18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,8 +128,8 @@ with gr.Blocks(css=css, theme="zenafey/prodia-web") as demo:
128
  exif_output = gr.HTML(label="EXIF Data")
129
  send_to_txt2img_btn = gr.Button("Send to txt2img")
130
 
131
- with gr.Tab("Past generations"):
132
- inference.gr_user_history.render()
133
 
134
  t2i_event_start = t2i_generate_btn.click(
135
  update_btn_start,
 
128
  exif_output = gr.HTML(label="EXIF Data")
129
  send_to_txt2img_btn = gr.Button("Send to txt2img")
130
 
131
+ # with gr.Tab("Past generations"):
132
+ # inference.gr_user_history.render()
133
 
134
  t2i_event_start = t2i_generate_btn.click(
135
  update_btn_start,