Spaces:
Runtime error
Runtime error
one_button
Browse files
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 |
-
|
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 |
|