svjack commited on
Commit
9e256bb
1 Parent(s): b2f01f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ list_models = [
81
 
82
  def generate_txt2img(current_model, prompt, is_negative=False, image_style="None style", steps=50, cfg_scale=7,
83
  seed=None):
84
-
85
  '''
86
  if current_model == "SD-1.5":
87
  API_URL = "https://api-inference.huggingface.co/models/runwayml/stable-diffusion-v1-5"
 
81
 
82
  def generate_txt2img(current_model, prompt, is_negative=False, image_style="None style", steps=50, cfg_scale=7,
83
  seed=None):
84
+ print("call {} {} one time".format(current_model, prompt))
85
  '''
86
  if current_model == "SD-1.5":
87
  API_URL = "https://api-inference.huggingface.co/models/runwayml/stable-diffusion-v1-5"