Update app.py
Browse files
app.py
CHANGED
|
@@ -68,6 +68,7 @@ with open(Path(path) / 'top_tags.txt', 'r') as f:
|
|
| 68 |
print("Starting server...")
|
| 69 |
|
| 70 |
gradio_app = gr.Interface(
|
|
|
|
| 71 |
predict,
|
| 72 |
inputs=gr.Image(label="Source", sources=['upload', 'webcam'], type='pil'),
|
| 73 |
outputs=[
|
|
|
|
| 68 |
print("Starting server...")
|
| 69 |
|
| 70 |
gradio_app = gr.Interface(
|
| 71 |
+
theme="Nymbo/Nymbo_Theme",
|
| 72 |
predict,
|
| 73 |
inputs=gr.Image(label="Source", sources=['upload', 'webcam'], type='pil'),
|
| 74 |
outputs=[
|