omarhkh commited on
Commit
cb46512
1 Parent(s): 135d0ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 is to classify images into 3 Classes \n Depth-Accepted: the image is accepted to Measure Trench Depth Quality \n \n Width-Accepted: the image is accepted to Measure Trench Width Quality \n Not-Accepted: the image is not accepted").launch()
 
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()