Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import numpy as np
|
|
12 |
import matplotlib.pyplot as plt
|
13 |
import threading
|
14 |
from scipy.interpolate import make_interp_spline
|
15 |
-
|
16 |
should_continue = True
|
17 |
|
18 |
@spaces.GPU(duration=240)
|
|
|
12 |
import matplotlib.pyplot as plt
|
13 |
import threading
|
14 |
from scipy.interpolate import make_interp_spline
|
15 |
+
import pandas as pd
|
16 |
should_continue = True
|
17 |
|
18 |
@spaces.GPU(duration=240)
|