pjramg commited on
Commit
ed5fb6d
1 Parent(s): a183a3a
Files changed (1) hide show
  1. app.py +1 -1
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("Compile Model + Run Inference")
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