Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def plot_figs():
|
|
57 |
print(e)
|
58 |
fig_history = None
|
59 |
dfh = None
|
60 |
-
return '<h1> Moved to <a target="
|
61 |
|
62 |
demo = gr.Interface(
|
63 |
fn=plot_figs,
|
|
|
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(
|
63 |
fn=plot_figs,
|