rrighart commited on
Commit
cbb0189
1 Parent(s): 67b954a

new app, share=True

Browse files
Files changed (2) hide show
  1. __pycache__/app.cpython-38.pyc +0 -0
  2. app.py +2 -2
__pycache__/app.cpython-38.pyc CHANGED
Binary files a/__pycache__/app.cpython-38.pyc and b/__pycache__/app.cpython-38.pyc differ
 
app.py CHANGED
@@ -32,7 +32,7 @@ demo_app = gr.Interface(
32
  fn=yolov7_inference,
33
  inputs=inputs,
34
  outputs=outputs,
35
- title="Detection of jar lid defects using Yolov7",
36
  description = """
37
  This application is detecting damaged jar lids. Type of damages include deformations, holes or scratches. The object detection notebook can be found at <a href="https://www.kaggle.com/rrighart">Kaggle</a>
38
 
@@ -49,4 +49,4 @@ Web: <a href="https://www.rrighart.com">www.rrighart.com</a>
49
  cache_examples=False,
50
  )
51
 
52
- demo_app.queue().launch(share=False)
 
32
  fn=yolov7_inference,
33
  inputs=inputs,
34
  outputs=outputs,
35
+ title="The detection of jar lid defects using Yolov7",
36
  description = """
37
  This application is detecting damaged jar lids. Type of damages include deformations, holes or scratches. The object detection notebook can be found at <a href="https://www.kaggle.com/rrighart">Kaggle</a>
38
 
 
49
  cache_examples=False,
50
  )
51
 
52
+ demo_app.queue().launch(share=True, debug=False)