23A066X commited on
Commit
85998ff
1 Parent(s): 610187b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -90,5 +90,9 @@ gr.Interface(fn=predict,
90
  title = title,
91
  description = description,
92
  inputs=gr.Image(type="pil", height=400),
93
- outputs=gr.Image(type="pil", height=400)
94
- ).launch(share=True)
 
 
 
 
 
90
  title = title,
91
  description = description,
92
  inputs=gr.Image(type="pil", height=400),
93
+ outputs=gr.Image(type="pil", height=400),
94
+ theme="pure"
95
+ ).launch(share=True)
96
+
97
+
98
+