Alexander Bagus commited on
Commit
cee9e79
Β·
1 Parent(s): f84fa5b
Files changed (2) hide show
  1. app.py +1 -1
  2. static/header.html +1 -4
app.py CHANGED
@@ -88,7 +88,7 @@ def generate_lora(
88
 
89
  save_file(lora, lora_path)
90
 
91
- return lora_path, lora_path, gr.update(visible=True), gr.update(visible=True)
92
 
93
  @spaces.GPU
94
  def generate_image(
 
88
 
89
  save_file(lora, lora_path)
90
 
91
+ return lora_path, gr.update(visible=True, value=lora_path), gr.update(visible=True)
92
 
93
  @spaces.GPU
94
  def generate_image(
static/header.html CHANGED
@@ -4,10 +4,7 @@
4
  </h1>
5
  <div class="grid-container" >
6
  <p>
7
- This project is still in development, but it will be finished very soon!
8
- <!-- This space still in development, please let me know if there are errors πŸ™
9
- <br>
10
- Generate image from promt using LongCat-Image, a 6B parameters model designed for photorealism.
11
  <br>
12
  If you like my work, please support me by visiting <a href="https://aisudo.com/" target="_blank">AiSudo</a> 😊 -->
13
  </div>
 
4
  </h1>
5
  <div class="grid-container" >
6
  <p>
7
+ Generate LoRA from a few images.
 
 
 
8
  <br>
9
  If you like my work, please support me by visiting <a href="https://aisudo.com/" target="_blank">AiSudo</a> 😊 -->
10
  </div>