garvitcpp commited on
Commit
bcb9b15
·
verified ·
1 Parent(s): 8eb3eaf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -8
README.md CHANGED
@@ -1,8 +1,25 @@
1
- title: CosmicShare API
2
- emoji: 🚀
3
- colorFrom: blue
4
- colorTo: green
5
- sdk: docker
6
- sdk_version: '1.0'
7
- app_file: app.py
8
- pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: CosmicShare API
3
+ emoji: 🚀
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: docker
7
+ sdk_version: "1.0" # or specify the correct version of your SDK
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # CosmicShare API
13
+
14
+ Welcome to the CosmicShare API! This application allows users to upload files and generate temporary shareable links.
15
+
16
+ ## Features
17
+ - Upload files
18
+ - Generate shareable links
19
+ - Specify expiration times for links
20
+
21
+ ## Usage
22
+ To use the API, send a request to the `/upload` endpoint with your file.
23
+
24
+ ## Check out the configuration reference
25
+ For more details, refer to the [Hugging Face Spaces configuration reference](https://huggingface.co/docs/hub/spaces-config-reference).