Spaces:
Running
Running
prithivMLmods
commited on
Commit
•
6302b8d
1
Parent(s):
7aebbe8
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,7 @@ app = gr.Interface(
|
|
83 |
gr.Image(),
|
84 |
gr.Checkbox(label="Face Enhancer?", info="Do face enhancement?")
|
85 |
],
|
86 |
-
outputs="image"
|
|
|
87 |
)
|
88 |
app.launch()
|
|
|
83 |
gr.Image(),
|
84 |
gr.Checkbox(label="Face Enhancer?", info="Do face enhancement?")
|
85 |
],
|
86 |
+
outputs="image",
|
87 |
+
theme="prithivMLmods/Minecraft-Theme"
|
88 |
)
|
89 |
app.launch()
|