Spaces:
Configuration error
Configuration error
upd
Browse files
app.py
CHANGED
@@ -20,6 +20,7 @@ from diffusers import StableDiffusionPipeline
|
|
20 |
from lora_diffusion import monkeypatch_lora, tune_lora_scale
|
21 |
import torch
|
22 |
import os
|
|
|
23 |
#os.system('python file.py')
|
24 |
import subprocess
|
25 |
# If your shell script has shebang,
|
|
|
20 |
from lora_diffusion import monkeypatch_lora, tune_lora_scale
|
21 |
import torch
|
22 |
import os
|
23 |
+
import gradio as gr
|
24 |
#os.system('python file.py')
|
25 |
import subprocess
|
26 |
# If your shell script has shebang,
|