pjramg commited on
Commit
72b387c
·
1 Parent(s): efac48a

one_button

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -88,6 +88,8 @@ with gr.Blocks() as demo:
88
  with gr.Column():
89
  gr.Markdown(
90
  """
 
 
91
  Experience the power of the state-of-the-art anomaly detection with Anomalib-OpenVINO Anomaly detection toolbox. This interactive APP leverages the robust capabilities of Anomalib and OpenVINO.
92
 
93
  All model are FP32 precision, if you select GPU it will automatically change precision to FP16. Using Anomalib you can also quantize your model in INT8 using NNCF.
@@ -97,7 +99,7 @@ with gr.Blocks() as demo:
97
  with gr.Column():
98
  gr.Markdown(
99
  """
100
- ![image](https://github.com/openvinotoolkit/openvino_notebooks/assets/10940214/017d494b-1c37-45f8-bd6e-cad0d64ef652)
101
  """
102
  )
103
 
 
88
  with gr.Column():
89
  gr.Markdown(
90
  """
91
+
92
+
93
  Experience the power of the state-of-the-art anomaly detection with Anomalib-OpenVINO Anomaly detection toolbox. This interactive APP leverages the robust capabilities of Anomalib and OpenVINO.
94
 
95
  All model are FP32 precision, if you select GPU it will automatically change precision to FP16. Using Anomalib you can also quantize your model in INT8 using NNCF.
 
99
  with gr.Column():
100
  gr.Markdown(
101
  """
102
+ <img src="https://github.com/openvinotoolkit/openvino_notebooks/assets/10940214/45dfb61f-c6d1-4098-88d1-8498f0a42e11" alt="drawing" width="500"/>
103
  """
104
  )
105