Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
1441e58
1
Parent(s):
ba71af7
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def run_lora(prompt, cfg_scale, steps, selected_index, randomize_seed, seed, wid
|
|
65 |
pipe.unload_lora_weights()
|
66 |
|
67 |
|
68 |
-
'''
|
69 |
#gen_column{height: 100%}
|
70 |
#gen_btn{height: 100%}
|
71 |
#title{text-align: center;}
|
|
|
65 |
pipe.unload_lora_weights()
|
66 |
|
67 |
|
68 |
+
css = '''
|
69 |
#gen_column{height: 100%}
|
70 |
#gen_btn{height: 100%}
|
71 |
#title{text-align: center;}
|