Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|