DrishtiSharma commited on
Commit
8011625
·
verified ·
1 Parent(s): 3818e91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -40,7 +40,6 @@ import re, operator
40
  chromadb.api.client.SharedSystemClient.clear_system_cache()
41
 
42
 
43
- MAX_SEED = np.iinfo(np.int32).max
44
 
45
 
46
  def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_inference_steps=4):
 
40
  chromadb.api.client.SharedSystemClient.clear_system_cache()
41
 
42
 
 
43
 
44
 
45
  def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_inference_steps=4):