Spaces:
Build error
Build error
Emiir
commited on
Commit
·
711bc53
1
Parent(s):
b4cbf65
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ queue = Queue()
|
|
35 |
queue_threshold = 100
|
36 |
|
37 |
|
38 |
-
def send_it1(prompt_marka,prompt_seri,prompt_model,prompt_yil
|
39 |
prompts = f"Brand: {prompt_marka} / Series: {prompt_seri} / Model: {prompt_model} / Year: {prompt_yil} / Show the car in a showroom (studio). Look ahead of us."
|
40 |
|
41 |
while queue.qsize() >= queue_threshold:
|
|
|
35 |
queue_threshold = 100
|
36 |
|
37 |
|
38 |
+
def send_it1(prompt_marka,prompt_seri,prompt_model,prompt_yil,proc1=proc1):
|
39 |
prompts = f"Brand: {prompt_marka} / Series: {prompt_seri} / Model: {prompt_model} / Year: {prompt_yil} / Show the car in a showroom (studio). Look ahead of us."
|
40 |
|
41 |
while queue.qsize() >= queue_threshold:
|