Spaces:
Running
Running
remove some unused interface options
Browse files
app.py
CHANGED
|
@@ -28,10 +28,8 @@ interface_options = {
|
|
| 28 |
"description": "A food image classifier trained on the Food-101 dataset, using ResNet50 via fast.ai.(Dataset from : https://data.vision.ee.ethz.ch/cvl/datasets_extra/food-101/)",
|
| 29 |
"article": article,
|
| 30 |
"examples" : [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()],
|
| 31 |
-
"interpretation": "default",
|
| 32 |
"layout": "horizontal",
|
| 33 |
"theme": "default",
|
| 34 |
-
"allow_flagging": "never",
|
| 35 |
}
|
| 36 |
|
| 37 |
demo = gradio.Interface(fn=gradio_predict,
|
|
|
|
| 28 |
"description": "A food image classifier trained on the Food-101 dataset, using ResNet50 via fast.ai.(Dataset from : https://data.vision.ee.ethz.ch/cvl/datasets_extra/food-101/)",
|
| 29 |
"article": article,
|
| 30 |
"examples" : [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()],
|
|
|
|
| 31 |
"layout": "horizontal",
|
| 32 |
"theme": "default",
|
|
|
|
| 33 |
}
|
| 34 |
|
| 35 |
demo = gradio.Interface(fn=gradio_predict,
|