nightfury commited on
Commit
0222b1d
β€’
1 Parent(s): 5551a41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ mainBody = gr.Interface(
162
  [
163
  gr.components.Image(label="output")
164
  ],
165
- gr.html(css=css),
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",