Rick458 commited on
Commit
c0a6074
1 Parent(s): 4c996b2

changed title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ gr.Interface(
116
  outputs=label,
117
  examples = [["idli.jpg"], ["naan.jpg"]],
118
  theme = "huggingface",
119
- title = "DesiVisionNet: Desi Food Vision with ResNet",
120
  description = "This is a Gradio demo for multi-class image classification of Indian food amongst 20 classes. The DesiVisionNet achieved 90% accuracy on our test dataset, performing well for a relatively efficient model. See the GitHub project page for detailed information below. Here, we provide a demo for real-world food classification. To use it, simply upload your image, or click one of the examples to load them.",
121
  article = article
122
  ).launch()
 
116
  outputs=label,
117
  examples = [["idli.jpg"], ["naan.jpg"]],
118
  theme = "huggingface",
119
+ title = "DesiVisionNet: Indian Food Vision with ResNet",
120
  description = "This is a Gradio demo for multi-class image classification of Indian food amongst 20 classes. The DesiVisionNet achieved 90% accuracy on our test dataset, performing well for a relatively efficient model. See the GitHub project page for detailed information below. Here, we provide a demo for real-world food classification. To use it, simply upload your image, or click one of the examples to load them.",
121
  article = article
122
  ).launch()