xfvreed commited on
Commit
92e0530
·
1 Parent(s): 53d2848

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,7 +28,7 @@ def randomize_seed_fn(seed: int, randomize_seed: bool) -> int:
28
  MAX_SEED = np.iinfo(np.int32).max
29
 
30
  if not torch.cuda.is_available():
31
- DESCRIPTION += "\n<p>Running on CPU 🥶 This demo may not work on CPU.</p>"
32
 
33
  MAX_SEED = np.iinfo(np.int32).max
34
 
@@ -202,4 +202,4 @@ with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as demo:
202
  )
203
 
204
  if __name__ == "__main__":
205
- demo.queue(max_size=20).launch(show_api=True, debug=False)
 
28
  MAX_SEED = np.iinfo(np.int32).max
29
 
30
  if not torch.cuda.is_available():
31
+ DESCRIPTION += "\n<p>xxxx</p>"
32
 
33
  MAX_SEED = np.iinfo(np.int32).max
34
 
 
202
  )
203
 
204
  if __name__ == "__main__":
205
+ demo.queue(max_size=20).launch(show_api=False, debug=False)