Prgckwb commited on
Commit
d39504a
1 Parent(s): 31e829c

:tada: change

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. app.py +2 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ scripts/*
app.py CHANGED
@@ -37,6 +37,8 @@ def inference(
37
  negative_prompt: str = "",
38
  progress=gr.Progress(track_tqdm=True),
39
  ) -> Image.Image:
 
 
40
  global current_model_id, pipe
41
 
42
  if model_id != current_model_id:
 
37
  negative_prompt: str = "",
38
  progress=gr.Progress(track_tqdm=True),
39
  ) -> Image.Image:
40
+ progress(0, "Starting inference...")
41
+
42
  global current_model_id, pipe
43
 
44
  if model_id != current_model_id: