Spaces:
Sleeping
Sleeping
Mega Honey Codes commited on
Commit ยท
70fbc3d
1
Parent(s): da09d3c
Add Hugging Face Space metadata to README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# RealStatsKickAss
|
| 2 |
|
| 3 |
This project contains a Gradio application that displays a simple greeting.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: RealStatsKickAss
|
| 3 |
+
emoji: ๐
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.41.2
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# RealStatsKickAss
|
| 13 |
|
| 14 |
This project contains a Gradio application that displays a simple greeting.
|
deploy.sh
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
echo "๐ Deploying RealStatsKickAss.com..."
|
| 3 |
-
scp index.html user@shed-server:/var/www/html/
|
| 4 |
-
echo "โ
Deployed. The truth is now live."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|