jiehou commited on
Commit
cf170c8
·
verified ·
1 Parent(s): dd0cde3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -149,7 +149,6 @@ interface = gr.Interface(fn=call_our_KNN,
149
  examples = sample_images,
150
  title="CSCI4750/5750 Demo 1: Digit classification using KNN algorithm",
151
  description= "Click examples below for a quick demo",
152
- theme = 'huggingface',
153
- layout = 'vertical'
154
  )
155
  interface.launch(debug=True)
 
149
  examples = sample_images,
150
  title="CSCI4750/5750 Demo 1: Digit classification using KNN algorithm",
151
  description= "Click examples below for a quick demo",
152
+ theme = 'huggingface'
 
153
  )
154
  interface.launch(debug=True)