Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -297,9 +297,9 @@ with gr.Blocks() as demo:
|
|
297 |
run = gr.Button('Generate')
|
298 |
|
299 |
with gr.Column():
|
300 |
-
result0 = gr.Gallery(
|
301 |
-
result1 = gr.Gallery(
|
302 |
-
result2 = gr.Gallery(
|
303 |
|
304 |
|
305 |
with gr.Row():
|
|
|
297 |
run = gr.Button('Generate')
|
298 |
|
299 |
with gr.Column():
|
300 |
+
result0 = gr.Gallery(label="Initial Word")#gr.HTML("""<style>{width: 333px; height: 333px;}</style>""",label="Initial Word") #gr.Image(type="filepath", label="Initial Word",height=333)
|
301 |
+
result1 = gr.Gallery(label="Optimization Process")#gr.Image(type="filepath", label="Optimization Process",height=100)
|
302 |
+
result2 = gr.Gallery(label="Final Result")#gr.HTML(label="Final Result") #gr.Image(type="filepath", label="Final Result",visible=False,height=333)
|
303 |
|
304 |
|
305 |
with gr.Row():
|