Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -243,7 +243,7 @@ def uploadNote(prompt,num_inference_steps,guidance_scale,timestamp):
|
|
243 |
f.write(f"Model UNET: ford442/RealVisXL_V5.0_BF16 \n")
|
244 |
upload_to_ftp(filename)
|
245 |
|
246 |
-
def captioning(img, prompt_1,prompt_2,prompt_3,prompt_4,prompt_5)
|
247 |
'''prompts_array = [
|
248 |
"Adjectives describing this scene are:",
|
249 |
# "The color scheme of this image is",
|
|
|
243 |
f.write(f"Model UNET: ford442/RealVisXL_V5.0_BF16 \n")
|
244 |
upload_to_ftp(filename)
|
245 |
|
246 |
+
def captioning(img, prompt_1,prompt_2,prompt_3,prompt_4,prompt_5):
|
247 |
'''prompts_array = [
|
248 |
"Adjectives describing this scene are:",
|
249 |
# "The color scheme of this image is",
|