shreedhar888 commited on
Commit
b52f447
·
1 Parent(s): b6b46fb

Update README with Space configuration metadata

Browse files
Files changed (1) hide show
  1. README.md +11 -16
README.md CHANGED
@@ -1,4 +1,14 @@
1
- <<<<<<< HEAD
 
 
 
 
 
 
 
 
 
 
2
  # DeepSeek Tweet Generator Space
3
 
4
  This Space hosts a DeepSeek model fine-tuned for generating tweets based on a given style profile and recent tweet examples.
@@ -32,18 +42,3 @@ Example Style Profile:
32
  - PyTorch 2.1.2
33
  - Transformers 4.36.2
34
  - Gradio 4.12.0
35
- =======
36
- ---
37
- title: Klone
38
- emoji: 🌖
39
- colorFrom: red
40
- colorTo: indigo
41
- sdk: streamlit
42
- sdk_version: 1.41.1
43
- app_file: app.py
44
- pinned: false
45
- license: apache-2.0
46
- ---
47
-
48
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
49
- >>>>>>> 8e932805921311a8a2599aad82cb88ca87f0e962
 
1
+ ---
2
+ title: DeepSeek Tweet Generator
3
+ emoji: 🐦
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ sdk_version: 4.12.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # DeepSeek Tweet Generator Space
13
 
14
  This Space hosts a DeepSeek model fine-tuned for generating tweets based on a given style profile and recent tweet examples.
 
42
  - PyTorch 2.1.2
43
  - Transformers 4.36.2
44
  - Gradio 4.12.0