Spaces:
Runtime error
Runtime error
Commit
Β·
c656ea1
1
Parent(s):
3c4ae51
readme added
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: My Hugging Face Space # Replace this with the name of your Space
|
3 |
+
emoji: π # Choose an emoji for your project
|
4 |
+
colorFrom: blue # Starting gradient color for the card
|
5 |
+
colorTo: green # Ending gradient color for the card
|
6 |
+
sdk: gradio # The SDK you're using, e.g., gradio, streamlit, etc.
|
7 |
+
sdk_version: "3.0" # Version of the SDK, replace with your SDK version
|
8 |
+
app_file: app.py # Name of the Python file that runs the app
|
9 |
+
pinned: false # Pin this Space on your profile or not
|
10 |
+
---
|
11 |
+
|
12 |
+
# My Hugging Face Space
|
13 |
+
|
14 |
+
This is the description of my Hugging Face Space.
|