Spaces:
Running
on
Zero
Running
on
Zero
Update app_kontext.py
Browse files- app_kontext.py +2 -1
app_kontext.py
CHANGED
@@ -5,6 +5,7 @@ import torch
|
|
5 |
import random
|
6 |
import os
|
7 |
import subprocess
|
|
|
8 |
|
9 |
#####################################################
|
10 |
# Forced Diffusers upgrade when cache was being stubborn; probably not needed now
|
@@ -298,4 +299,4 @@ with gr.Blocks(css=css) as demo:
|
|
298 |
outputs = [input_images]
|
299 |
)
|
300 |
|
301 |
-
demo.launch()
|
|
|
5 |
import random
|
6 |
import os
|
7 |
import subprocess
|
8 |
+
import logging
|
9 |
|
10 |
#####################################################
|
11 |
# Forced Diffusers upgrade when cache was being stubborn; probably not needed now
|
|
|
299 |
outputs = [input_images]
|
300 |
)
|
301 |
|
302 |
+
demo.queue().launch()
|