Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,8 @@ inputs = [
|
|
65 |
|
66 |
]
|
67 |
|
68 |
-
|
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=
|
72 |
iface.launch(inline=False)
|
|
|
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)
|
72 |
iface.launch(inline=False)
|