rahul7star commited on
Commit
5989cf8
·
verified ·
1 Parent(s): 2802159

Update app_lora1.py

Browse files
Files changed (1) hide show
  1. app_lora1.py +1 -0
app_lora1.py CHANGED
@@ -72,6 +72,7 @@ def list_loras_from_repo(repo_id: str):
72
  @spaces.GPU()
73
  def generate_image(prompt, height, width, steps, seed, guidance_scale):
74
  LOGS = []
 
75
 
76
  if pipe is None:
77
  return None, [], "❌ Pipeline not initialized"
 
72
  @spaces.GPU()
73
  def generate_image(prompt, height, width, steps, seed, guidance_scale):
74
  LOGS = []
75
+ print(prompt)
76
 
77
  if pipe is None:
78
  return None, [], "❌ Pipeline not initialized"