Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from controlnet.callable_functions import process_single_image_both_ways,make_st
|
|
7 |
from huggingface_hub import hf_hub_download
|
8 |
import gradio as gr
|
9 |
import cv2
|
10 |
-
|
11 |
ip_ckpt = hf_hub_download(repo_id="CiaraRowles/stylecodes", filename="stylecodes_sd15_v1.bin", repo_type="model")
|
12 |
|
13 |
|
|
|
7 |
from huggingface_hub import hf_hub_download
|
8 |
import gradio as gr
|
9 |
import cv2
|
10 |
+
import os
|
11 |
ip_ckpt = hf_hub_download(repo_id="CiaraRowles/stylecodes", filename="stylecodes_sd15_v1.bin", repo_type="model")
|
12 |
|
13 |
|