awacke1 commited on
Commit
24ccfa7
·
1 Parent(s): b76872c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(css=css) as myface:
127
 
128
  with gr.Row():
129
  with gr.Column(scale=100):
130
- saved_output = gr.Custom(type="custom", label="Saved Prompts and Images")
131
 
132
  def short_prompt(inputs):
133
  return(inputs)
 
127
 
128
  with gr.Row():
129
  with gr.Column(scale=100):
130
+ saved_output = gr.Column(label="Saved Prompts and Images")
131
 
132
  def short_prompt(inputs):
133
  return(inputs)