Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,15 +57,13 @@ def plot_figs():
|
|
57 |
print(e)
|
58 |
fig_history = None
|
59 |
dfh = None
|
60 |
-
return
|
61 |
|
62 |
demo = gr.Interface(
|
63 |
fn=plot_figs,
|
64 |
inputs = [],
|
65 |
outputs = [
|
66 |
-
gr.
|
67 |
-
gr.Dataframe(label="GPU Status Details"),
|
68 |
-
gr.Plot(label="History", elem_classes="plotcss"),
|
69 |
],
|
70 |
live=True,
|
71 |
flagging_options=[],
|
|
|
57 |
print(e)
|
58 |
fig_history = None
|
59 |
dfh = None
|
60 |
+
return "Moved to https://huggingface.co/spaces/pluslab/PLUS_Lab_GPUs"
|
61 |
|
62 |
demo = gr.Interface(
|
63 |
fn=plot_figs,
|
64 |
inputs = [],
|
65 |
outputs = [
|
66 |
+
gr.HTML(),
|
|
|
|
|
67 |
],
|
68 |
live=True,
|
69 |
flagging_options=[],
|