Arunaabh commited on
Commit
3c51751
·
verified ·
1 Parent(s): f68b950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import torch
5
  # Load the model
6
  repo = "IDKiro/sdxs-512-0.9"
7
  seed = 42
8
- pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float32)
9
 
10
  # Streamlit app
11
  st.title("Image generation demo")
 
5
  # Load the model
6
  repo = "IDKiro/sdxs-512-0.9"
7
  seed = 42
8
+ pipe = StableDiffusionPipeline.from_pretrained(repo, torch_dtype=torch.float32)
9
 
10
  # Streamlit app
11
  st.title("Image generation demo")