Albert-NHWang
commited on
Commit
•
fae4550
1
Parent(s):
f54a095
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ Luca Biada, https://www.flickr.com/photos/pedroscreamerovsky/6798474782/, CC BY
|
|
44 |
"""
|
45 |
|
46 |
|
47 |
-
with gr.Blocks() as demo:
|
48 |
gr.HTML(intro)
|
49 |
with gr.Row():
|
50 |
input_image = gr.File(type="filepath")
|
|
|
44 |
"""
|
45 |
|
46 |
|
47 |
+
with gr.Blocks(css="style.css") as demo:
|
48 |
gr.HTML(intro)
|
49 |
with gr.Row():
|
50 |
input_image = gr.File(type="filepath")
|