codebender commited on
Commit
87f771f
·
1 Parent(s): d07c658

Added HF spaces configs

Browse files
Files changed (2) hide show
  1. README.md +15 -0
  2. demo_1.py → app.py +0 -0
README.md CHANGED
@@ -1,5 +1,20 @@
1
  ![](img/demo_1.png)
2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  # AI Text Generation
4
  This repository contains jupyter notebooks and python scripts that demo the training of a GPT model and the generation of text using the trained model.
5
 
 
1
  ![](img/demo_1.png)
2
 
3
+ ---
4
+ title: GPT-2 rumblings
5
+ emoji: 🤖
6
+ colorFrom: blue
7
+ colorTo: red
8
+ sdk: gradio
9
+ sdk_version: 3.9.1
10
+ app_file: app.py
11
+ pinned: false
12
+ tags:
13
+ - gpt-2 rumblings
14
+ ---
15
+
16
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
17
+
18
  # AI Text Generation
19
  This repository contains jupyter notebooks and python scripts that demo the training of a GPT model and the generation of text using the trained model.
20
 
demo_1.py → app.py RENAMED
File without changes