MohammadAliMKH commited on
Commit
21c361a
1 Parent(s): b9ad85c

Update app.py

Browse files

delete some part of title

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from predict import predict_gradio
4
 
5
  title = "Mohammad Ali Food101 Classification🍔"
6
- description = "This demo is a related to classification of 101 different foods. Test Accuracy is almost 64.0% in 5 Epochs on Effiecientnet B2 model on T4 GPU for about 1 hour and 30 minutes training time"
7
 
8
  with open('gradio_results.md') as f:
9
  article = f.read()
 
3
  from predict import predict_gradio
4
 
5
  title = "Mohammad Ali Food101 Classification🍔"
6
+ description = "This demo is a related to classification of 101 different foods."
7
 
8
  with open('gradio_results.md') as f:
9
  article = f.read()