Ramils commited on
Commit
1387561
·
1 Parent(s): 73c2227

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,7 +67,7 @@ def inference(img):
67
  resultdic[labels[str(r)]] = float(results[0][r])
68
  return resultdic
69
 
70
- title="EfficientNet-Lite4"
71
- description="EfficientNet-Lite 4 is the largest variant and most accurate of the set of EfficientNet-Lite model. It is an integer-only quantized model that produces the highest accuracy of all of the EfficientNet models. It achieves 80.4% ImageNet top-1 accuracy, while still running in real-time (e.g. 30ms/image) on a Pixel 4 CPU."
72
  examples=[['catonnx.jpg']]
73
  gr.Interface(inference,gr.inputs.Image(type="filepath"),"label",title=title,description=description,examples=examples).launch()
 
67
  resultdic[labels[str(r)]] = float(results[0][r])
68
  return resultdic
69
 
70
+ title="Я могу определить пору твоего животного!"
71
+ description="Короче, сидели с Катей и обсуждали у кого какое животное и какой породы, вот и решили сделать это)"
72
  examples=[['catonnx.jpg']]
73
  gr.Interface(inference,gr.inputs.Image(type="filepath"),"label",title=title,description=description,examples=examples).launch()