Spaces:
Running
Running
Omar Rayyan commited on
Commit ·
3e7a1ef
1
Parent(s): c64c5bb
Static space embedding URIL-1 GPU dashboard
Browse files- README.md +5 -9
- index.html +14 -0
README.md
CHANGED
|
@@ -1,13 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: gray
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
sdk_version: 6.9.0
|
| 8 |
-
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
short_description: GPU
|
| 11 |
---
|
| 12 |
-
|
| 13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: URIL-1 GPU Dashboard
|
| 3 |
+
emoji: 🖥️
|
| 4 |
colorFrom: gray
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: static
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
+
short_description: URIL-1 Server GPU Monitor
|
| 9 |
---
|
|
|
|
|
|
index.html
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html>
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8">
|
| 5 |
+
<title>URIL-1 GPU Dashboard</title>
|
| 6 |
+
<style>
|
| 7 |
+
body, html { margin: 0; padding: 0; height: 100%; overflow: hidden; }
|
| 8 |
+
iframe { width: 100%; height: 100%; border: none; }
|
| 9 |
+
</style>
|
| 10 |
+
</head>
|
| 11 |
+
<body>
|
| 12 |
+
<iframe src="https://4dea826b60b82788cf.gradio.live"></iframe>
|
| 13 |
+
</body>
|
| 14 |
+
</html>
|