Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pikto
/
Diffuser
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pikto
commited on
Aug 2, 2023
Commit
77fe32c
·
1 Parent(s):
8334a14
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -40,7 +40,7 @@ def send_it(inputs, model_choice):
40
return proc(inputs)
41
42
43
-
with gr.Blocks() as myface:
44
gr.HTML(
45
46
)
40
return proc(inputs)
41
42
43
+
with gr.Blocks(
css='style.css'
) as myface:
44
gr.HTML(
45
46
)