Commit
·
1d60574
1
Parent(s):
ceb106c
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import os
|
|
| 7 |
import gradio as gr
|
| 8 |
import gc
|
| 9 |
|
| 10 |
-
model_id = os.getenv("Model")
|
| 11 |
|
| 12 |
#stabilityai/stable-diffusion-xl-base-1.0 0 - base model
|
| 13 |
#Colossus_Project_XL 1 - better people
|
|
|
|
| 7 |
import gradio as gr
|
| 8 |
import gc
|
| 9 |
|
| 10 |
+
model_id = int(os.getenv("Model"))
|
| 11 |
|
| 12 |
#stabilityai/stable-diffusion-xl-base-1.0 0 - base model
|
| 13 |
#Colossus_Project_XL 1 - better people
|