faizee07 commited on
Commit
b4b3e21
Β·
verified Β·
1 Parent(s): f0925dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -41
README.md CHANGED
@@ -1,42 +1,41 @@
1
- ---
2
- title: AI Meme Generator
3
- emoji: πŸ₯Έ
4
- colorFrom: blue
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 4.36.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- ---
12
-
13
- # πŸ₯Έ AI Meme Generator
14
-
15
- Generate memes automatically using AI and browser automation!
16
-
17
- ## πŸš€ How to Use
18
-
19
- 1. Enter your HuggingFace token (get free at https://huggingface.co/settings/tokens)
20
- 2. Describe your meme idea
21
- 3. Select a model (Qwen 2.5 72B recommended)
22
- 4. Click Generate!
23
-
24
- ## ✨ Features
25
-
26
- - πŸ€— 100% Free HuggingFace models
27
- - 🌐 Automated browser meme creation
28
- - 🎨 Multiple AI models to choose from
29
- - πŸ’― No subscription needed
30
-
31
- ## πŸ€– Available Models
32
-
33
- - **Qwen 2.5 72B** - Best for creative memes
34
- - **Meta Llama 3.1 70B** - Great all-rounder
35
- - **Mixtral 8x7B** - Fast & efficient
36
- - **Phi-3 Medium** - Quick responses
37
-
38
- All models are free via HuggingFace Inference API!
39
-
40
- ## πŸ“ License
41
-
42
  MIT License - Free to use and modify!
 
1
+ ---
2
+ title: AI Meme Generator
3
+ emoji: πŸ₯Έ
4
+ colorFrom: blue
5
+ colorTo: red
6
+ sdk: docker
7
+ app_port: 7860
8
+ pinned: false
9
+ license: mit
10
+ ---
11
+
12
+ # πŸ₯Έ AI Meme Generator
13
+
14
+ Generate memes automatically using AI and browser automation!
15
+
16
+ ## πŸš€ How to Use
17
+
18
+ 1. Enter your HuggingFace token (get free at https://huggingface.co/settings/tokens)
19
+ 2. Describe your meme idea
20
+ 3. Select a model (Qwen 2.5 72B recommended)
21
+ 4. Click Generate!
22
+
23
+ ## ✨ Features
24
+
25
+ - πŸ€— 100% Free HuggingFace models
26
+ - 🌐 Automated browser meme creation
27
+ - 🎨 Multiple AI models to choose from
28
+ - πŸ’― No subscription needed
29
+
30
+ ## πŸ€– Available Models
31
+
32
+ - **Qwen 2.5 72B** - Best for creative memes
33
+ - **Meta Llama 3.1 70B** - Great all-rounder
34
+ - **Mixtral 8x7B** - Fast & efficient
35
+ - **Phi-3 Medium** - Quick responses
36
+
37
+ All models are free via HuggingFace Inference API!
38
+
39
+ ## πŸ“ License
40
+
 
41
  MIT License - Free to use and modify!