jiehou commited on
Commit
b128848
·
verified ·
1 Parent(s): 0ff3e8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -123,8 +123,7 @@ interface = gr.Interface(fn=homework04_solution,
123
  ],
124
  title="CSCI4750/5750(gradient descent): Linear Regression/Optimization",
125
  description= "Click examples below for a quick demo",
126
- theme = 'huggingface',
127
- live=True
128
  )
129
 
130
 
 
123
  ],
124
  title="CSCI4750/5750(gradient descent): Linear Regression/Optimization",
125
  description= "Click examples below for a quick demo",
126
+ theme = 'huggingface'
 
127
  )
128
 
129