JingyeChen commited on
Commit
109b32a
Β·
1 Parent(s): d82dcf1
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -359,13 +359,8 @@ with gr.Blocks() as demo:
359
  πŸ‘€ <b>Tips for using this demo</b>: <b>(1)</b> Please carefully read the disclaimer in the below. <b>(2)</b> The specification of keywords is optional. If provided, the language model will do its best to plan layouts using the given keywords. <b>(3)</b> If a template is given, the layout planner (M1) is not used. <b>(4)</b> Three operations, including redo, undo, and skip are provided. When using skip, only the left-top point of a keyword will be recorded, resulting in more diversity but sometimes decreasing the accuracy. <b>(5)</b> The layout planner can produce different layouts. You can control the temperature
360
  </h2>
361
 
362
- <style>
363
- .scaled-image {
364
- transform: scale(0.75);
365
- }
366
- </style>
367
 
368
- <img src="./architecture.jpg" alt="textdiffuser-2" class="scaled-image">
369
  </div>
370
  """)
371
 
 
359
  πŸ‘€ <b>Tips for using this demo</b>: <b>(1)</b> Please carefully read the disclaimer in the below. <b>(2)</b> The specification of keywords is optional. If provided, the language model will do its best to plan layouts using the given keywords. <b>(3)</b> If a template is given, the layout planner (M1) is not used. <b>(4)</b> Three operations, including redo, undo, and skip are provided. When using skip, only the left-top point of a keyword will be recorded, resulting in more diversity but sometimes decreasing the accuracy. <b>(5)</b> The layout planner can produce different layouts. You can control the temperature
360
  </h2>
361
 
 
 
 
 
 
362
 
363
+ <img src="file/architecture.jpg" alt="textdiffuser-2">
364
  </div>
365
  """)
366