Emiir commited on
Commit
c702e6c
·
1 Parent(s): e725ebf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -27,9 +27,10 @@ restart_thread.start()
27
  queue = Queue()
28
  queue_threshold = 100
29
 
30
-
31
  def send_it1(prompt_marka,prompt_seri,prompt_model,prompt_yil,proc1=proc1):
32
- 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."
 
33
 
34
  while queue.qsize() >= queue_threshold:
35
  time.sleep(2)
 
27
  queue = Queue()
28
  queue_threshold = 100
29
 
30
+ photo
31
  def send_it1(prompt_marka,prompt_seri,prompt_model,prompt_yil,proc1=proc1):
32
+ #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."
33
+ 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."
34
 
35
  while queue.qsize() >= queue_threshold:
36
  time.sleep(2)