davidrd123 commited on
Commit
b5bd881
1 Parent(s): f93892c

changed theme to dark

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,5 +21,6 @@ gr.Interface(fn=predict,
21
  outputs=gr.outputs.Label(num_top_classes=5),
22
  title = title,
23
  examples = examples,
 
24
  interpretation = interpretation,
25
  description = description).launch(share=True, enable_queue=True)
 
21
  outputs=gr.outputs.Label(num_top_classes=5),
22
  title = title,
23
  examples = examples,
24
+ theme = theme,
25
  interpretation = interpretation,
26
  description = description).launch(share=True, enable_queue=True)