Spaces:
Runtime error
Runtime error
File size: 1,377 Bytes
e51e8f8 67128ad e51e8f8 45d251c 67128ad 45d251c 67128ad 45d251c 67128ad 58113ed 8410cc1 58113ed 32fd025 8410cc1 32fd025 8410cc1 58113ed 8410cc1 77df2c6 58113ed 8410cc1 58113ed 8410cc1 58113ed 70a5579 cc8cf29 70a5579 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
h1 {
text-align: center;
}
body a,
#component-0 a {
background-color: transparent;
color: #58a6ff;
text-decoration: none;
}
body a:active,
body a:hover {
outline-width: 0;
}
body a:hover {
text-decoration: underline;
}
/* set colors for statuses */
div.status-running {
color: green;
}
div.status-stopped {
color: orange;
}
div.status-paused {
color: gray;
}
div.status-runtime_error,
div.status-build_error {
color: red;
}
/* set colors for sdks */
div.sdk-gradio {
color: orange;
}
div.sdk-docker {
color: deepskyblue;
}
/* set colors for hardware types */
div.hardware-a100-large,
div.hardware-zero-a10g,
div.hardware-a10g-large,
div.hardware-a10g-small {
color: red;
}
div.hardware-t4-medium,
div.hardware-t4-small {
color: orange;
}
div.hardware-cpu-upgrade {
color: green;
}
div.hardware-cpu-basic {
color: deepskyblue;
}
/* set colors for sleep time */
div.sleep-time-cpu-basic {
color: gray;
}
div.sleep-time-5-minutes,
div.sleep-time-10-minutes,
div.sleep-time-15-minutes,
div.sleep-time-30-minutes {
color: green;
}
div.sleep-time-1-hour,
div.sleep-time-10-hours {
color: orange;
}
div.sleep-time-24-hours,
div.sleep-time-48-hours,
div.sleep-time-72-hours,
div.sleep-time-1-week {
color: orangered;
}
div.sleep-time-null {
color: red;
}
/* set colors for replica */
div.multiple-replicas {
color: red;
}
|