Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,8 @@ def predict(path):
|
|
59 |
return results
|
60 |
|
61 |
|
62 |
-
title="
|
63 |
-
description="
|
64 |
|
65 |
examples=[['catonnx.jpg']]
|
66 |
gr.Interface(predict,gr.inputs.Image(type='filepath'),"label",title=title,description=description,examples=examples).launch(enable_queue=True,debug=True)
|
|
|
59 |
return results
|
60 |
|
61 |
|
62 |
+
title="Inception v1"
|
63 |
+
description="Inception v1 is a reproduction of GoogLeNet."
|
64 |
|
65 |
examples=[['catonnx.jpg']]
|
66 |
gr.Interface(predict,gr.inputs.Image(type='filepath'),"label",title=title,description=description,examples=examples).launch(enable_queue=True,debug=True)
|