ramzan118 commited on
Commit
bd4e263
·
verified ·
1 Parent(s): 86cc57f

changes in readme

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Text Generator with GPT-2
2
 
3
  This is a simple text generation app built using Hugging Face's `transformers` and `gradio`. It uses the GPT-2 model to generate text based on a user-provided prompt.
 
1
+
2
+ ---
3
+ title: AI-Project
4
+ emoji: 🤖
5
+ colorFrom: indigo
6
+ colorTo: blue
7
+ sdk: gradio
8
+ sdk_version: "4.0.0"
9
+ app_file: app.py
10
+ pinned: false
11
+ ---
12
+
13
  # Text Generator with GPT-2
14
 
15
  This is a simple text generation app built using Hugging Face's `transformers` and `gradio`. It uses the GPT-2 model to generate text based on a user-provided prompt.