jiehou commited on
Commit
099f58f
1 Parent(s): cfd06f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -91,8 +91,7 @@ interface = gr.Interface(fn=homework01_solution1,
91
 
92
  title="CSCI4750/5750(hw01-PartI): Mathematics for KNN (Question 1: KNN-Regressor Search)",
93
  description= "Click examples below for a quick demo",
94
- theme = 'huggingface',
95
- live=True
96
  )
97
 
98
 
 
91
 
92
  title="CSCI4750/5750(hw01-PartI): Mathematics for KNN (Question 1: KNN-Regressor Search)",
93
  description= "Click examples below for a quick demo",
94
+ theme = 'huggingface'
 
95
  )
96
 
97