Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -430,7 +430,7 @@ core=pv.Core()
|
|
| 430 |
import ipywidgets as widgets
|
| 431 |
device=widgets.Dropdown(
|
| 432 |
options=core.available_devices+["AUTO"],
|
| 433 |
-
value="
|
| 434 |
desciption="Device:",
|
| 435 |
disabled=False,
|
| 436 |
)
|
|
|
|
| 430 |
import ipywidgets as widgets
|
| 431 |
device=widgets.Dropdown(
|
| 432 |
options=core.available_devices+["AUTO"],
|
| 433 |
+
value="CPU",
|
| 434 |
desciption="Device:",
|
| 435 |
disabled=False,
|
| 436 |
)
|