supritg commited on
Commit
d12ecf5
1 Parent(s): 1f459fe

Updated the file

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -64,12 +64,11 @@ inputs = [
64
 
65
  outputs = gr.Image(type = "filepath", label="Output Image")
66
 
67
-
68
  yolo_app = gr.Interface(
69
  fn = prediction,
70
  inputs = inputs,
71
  outputs = outputs,
72
- title = "VPS"
73
  )
74
 
75
  yolo_app.launch(debug = True, share = True)
 
64
 
65
  outputs = gr.Image(type = "filepath", label="Output Image")
66
 
 
67
  yolo_app = gr.Interface(
68
  fn = prediction,
69
  inputs = inputs,
70
  outputs = outputs,
71
+ title = "VPS Model"
72
  )
73
 
74
  yolo_app.launch(debug = True, share = True)