Emiir commited on
Commit
c4b6aba
·
1 Parent(s): 27f20ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -29,7 +29,12 @@ queue_threshold = 100
29
 
30
  def send_it1(prompt_marka,prompt_seri,prompt_model,prompt_yil,proc1=proc1):
31
  #prompts = f"dreamlikeart, Brand: {prompt_marka} / Series: {prompt_seri} / Model: {prompt_model} / Year: {prompt_yil} / Show the car in a showroom (studio). Introduce the car from front perspectives."
32
- prompts = f"dreamlikeart, Brand: {prompt_marka} / Series: {prompt_seri} / Model: {prompt_model} / Year: {prompt_yil} / Show the car in a showroom (studio). Introduce the car from front perspectives."
 
 
 
 
 
33
 
34
  while queue.qsize() >= queue_threshold:
35
  time.sleep(2)
 
29
 
30
  def send_it1(prompt_marka,prompt_seri,prompt_model,prompt_yil,proc1=proc1):
31
  #prompts = f"dreamlikeart, Brand: {prompt_marka} / Series: {prompt_seri} / Model: {prompt_model} / Year: {prompt_yil} / Show the car in a showroom (studio). Introduce the car from front perspectives."
32
+ prompts = f"""
33
+ dreamlikeart, Brand: {prompt_marka} /
34
+ Series: {prompt_seri} /
35
+ Model: {prompt_model} /
36
+ Year: {prompt_yil} /
37
+ Show the car in a showroom (studio). Make a photo with front, side and back perspectives."""
38
 
39
  while queue.qsize() >= queue_threshold:
40
  time.sleep(2)