Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,4 @@ demo = gr.Interface(
|
|
12 |
#demo.launch()
|
13 |
|
14 |
|
15 |
-
gr.Interface.load("models/omarhkh/resnet-50-finetuned-omar", title="This application
|
|
|
12 |
#demo.launch()
|
13 |
|
14 |
|
15 |
+
gr.Interface.load("models/omarhkh/resnet-50-finetuned-omar", title="This application classifies images into 3 Classes [Depth-Accepted: the image is accepted to Measure Trench Depth Quality] [Width-Accepted: the image is accepted to Measure Trench Width Quality] [Not-Accepted: the image is not accepted]").launch()
|