tclopess commited on
Commit
0c0cdde
·
verified ·
1 Parent(s): 7ce9fe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -65,7 +65,8 @@ inputs = [
65
 
66
  ]
67
 
 
68
 
69
  label = gr.outputs.Label(num_top_classes=4)
70
- iface = gr.Interface(fn=classify_movie_genre, inputs=inputs, outputs=label, examples=app_examples, theme=freddyaboulton/dracula_revamped)
71
  iface.launch(inline=False)
 
65
 
66
  ]
67
 
68
+ theme=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=thme)
72
  iface.launch(inline=False)