Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,13 +50,6 @@ def plot_history():
|
|
50 |
|
51 |
|
52 |
def plot_figs():
|
53 |
-
fig_now, dfn = plot_now()
|
54 |
-
try:
|
55 |
-
fig_history, dfh = plot_history()
|
56 |
-
except Exception as e:
|
57 |
-
print(e)
|
58 |
-
fig_history = None
|
59 |
-
dfh = None
|
60 |
return '<h1> Moved to <a target="_blank" href="https://huggingface.co/spaces/pluslab/PLUS_Lab_GPUs">https://huggingface.co/spaces/pluslab/PLUS_Lab_GPUs</a> </h1>'
|
61 |
|
62 |
demo = gr.Interface(
|
|
|
50 |
|
51 |
|
52 |
def plot_figs():
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
return '<h1> Moved to <a target="_blank" href="https://huggingface.co/spaces/pluslab/PLUS_Lab_GPUs">https://huggingface.co/spaces/pluslab/PLUS_Lab_GPUs</a> </h1>'
|
54 |
|
55 |
demo = gr.Interface(
|