jasvir-singh1021 commited on
Commit
8372d43
·
verified ·
1 Parent(s): 6cf53b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # 🤖 AI Code Generator
2
 
3
  Generate code snippets from plain English prompts using Hugging Face's StarCoder model and a clean Gradio UI.
 
1
+
2
+ ---
3
+ title: AI Code Generator
4
+ emoji: 🤖
5
+ colorFrom: indigo
6
+ colorTo: blue
7
+ sdk: gradio
8
+ sdk_version: "3.44.0"
9
+ app_file: app.py
10
+ pinned: false
11
+ ---
12
+
13
+ Generate code snippets from natural language prompts using Hugging Face’s StarCoder model and Gradio UI.
14
+
15
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
16
+
17
  # 🤖 AI Code Generator
18
 
19
  Generate code snippets from plain English prompts using Hugging Face's StarCoder model and a clean Gradio UI.