Emiir commited on
Commit
6157ff2
·
1 Parent(s): 95b51af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ queue = Queue()
28
  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). Look ahead of us."
32
- prompts = f"photo, Brand: {prompt_marka} / Series: {prompt_seri} / Model: {prompt_model} / Year: {prompt_yil} / Show the car in a showroom (studio). Look ahead of us."
33
 
34
  while queue.qsize() >= queue_threshold:
35
  time.sleep(2)
 
28
  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)