Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ mainBody = gr.Interface(
|
|
162 |
[
|
163 |
gr.components.Image(label="output")
|
164 |
],
|
165 |
-
gr.
|
166 |
#inputs="sketchpad",
|
167 |
#outputs="label",
|
168 |
theme="huggingface",
|
|
|
162 |
[
|
163 |
gr.components.Image(label="output")
|
164 |
],
|
165 |
+
gr.HTML(css=css),
|
166 |
#inputs="sketchpad",
|
167 |
#outputs="label",
|
168 |
theme="huggingface",
|