SemanticTypography commited on
Commit
bdb3b93
·
verified ·
1 Parent(s): 6c14294

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,7 +289,7 @@ with gr.Blocks() as demo:
289
  run = gr.Button('Generate')
290
 
291
  with gr.Column():
292
- result0 = gr.Image(type="filepath", label="Initial Word",height=333)
293
  result1 = gr.Image(type="filepath", label="Optimization Process",height=100)
294
  result2 = gr.Image(type="filepath", label="Final Result",visible=False,height=333)
295
 
 
289
  run = gr.Button('Generate')
290
 
291
  with gr.Column():
292
+ result0 = gr.HTML(label="Initial Word") #gr.Image(type="filepath", label="Initial Word",height=333)
293
  result1 = gr.Image(type="filepath", label="Optimization Process",height=100)
294
  result2 = gr.Image(type="filepath", label="Final Result",visible=False,height=333)
295