Spaces:
Runtime error
Runtime error
changed the title
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
from functions import *
|
| 4 |
|
| 5 |
examples_dir = 'examples'
|
| 6 |
-
title = "
|
| 7 |
examples = [os.path.join(examples_dir, i) for i in os.listdir('examples')]
|
| 8 |
|
| 9 |
interface = gr.Interface(fn=predict, inputs=gr.Image(type= 'numpy', shape=(64, 64)).style(height= 256),
|
|
|
|
| 3 |
from functions import *
|
| 4 |
|
| 5 |
examples_dir = 'examples'
|
| 6 |
+
title = "Land Use Classification - ResNet34 PyTorch"
|
| 7 |
examples = [os.path.join(examples_dir, i) for i in os.listdir('examples')]
|
| 8 |
|
| 9 |
interface = gr.Interface(fn=predict, inputs=gr.Image(type= 'numpy', shape=(64, 64)).style(height= 256),
|