Spaces:
Runtime error
Runtime error
minor_fix
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks() as demo:
|
|
129 |
with gr.Column():
|
130 |
output_img = gr.outputs.Image(type="numpy", label="Anomalib Output")
|
131 |
|
132 |
-
compile_inference_btn = gr.Button("
|
133 |
|
134 |
with gr.Row():
|
135 |
# Create your output components
|
|
|
129 |
with gr.Column():
|
130 |
output_img = gr.outputs.Image(type="numpy", label="Anomalib Output")
|
131 |
|
132 |
+
compile_inference_btn = gr.Button("Run Inference")
|
133 |
|
134 |
with gr.Row():
|
135 |
# Create your output components
|