Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|