RFTSystems commited on
Commit
353a1ea
·
verified ·
1 Parent(s): 74f6d07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -85,10 +85,9 @@ interface = gr.Interface(
85
  outputs=gr.Label(num_top_classes=3, label='Predictions'),
86
  title='CIFAR-10 Image Classification with DCLR Optimizer',
87
  description='Upload an image and see the model\'s predictions using a SimpleCNN trained with the DCLR optimizer.',
88
- examples=example_images,
89
- allow_flagging='never'
90
  )
91
 
92
  # === Launch Gradio App ===
93
  if __name__ == '__main__':
94
- interface.launch()
 
85
  outputs=gr.Label(num_top_classes=3, label='Predictions'),
86
  title='CIFAR-10 Image Classification with DCLR Optimizer',
87
  description='Upload an image and see the model\'s predictions using a SimpleCNN trained with the DCLR optimizer.',
88
+ examples=example_images
 
89
  )
90
 
91
  # === Launch Gradio App ===
92
  if __name__ == '__main__':
93
+ interface.launch()