Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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="
|
| 71 |
-
description="
|
| 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()
|