tclopess commited on
Commit
bd7ea0b
·
verified ·
1 Parent(s): 1749c9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ inputs = [
65
 
66
  ]
67
 
68
- themee="freddyaboulton/dracula_revamped"
69
 
70
  label = gr.outputs.Label(num_top_classes=4)
71
  iface = gr.Interface(fn=classify_movie_genre, inputs=inputs, outputs=label, examples=app_examples, theme=themee)
 
65
 
66
  ]
67
 
68
+ themee = "allenai/black_ice"
69
 
70
  label = gr.outputs.Label(num_top_classes=4)
71
  iface = gr.Interface(fn=classify_movie_genre, inputs=inputs, outputs=label, examples=app_examples, theme=themee)