Update app.py
Browse files
app.py
CHANGED
@@ -67,5 +67,5 @@ inputs = [
|
|
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="
|
71 |
iface.launch(inline=False)
|
|
|
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="gstaff/sketch")
|
71 |
iface.launch(inline=False)
|