venky2k1 commited on
Commit
b49d078
·
1 Parent(s): 983d3b8

Add Hugging Face config to README

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -1,14 +1,13 @@
1
- # Bug Fixer
2
- Bug Fixer is a Gradio-based web tool that uses the CodeT5+ model to automatically detect and fix bugs in Python code. Built using Hugging Face Transformers and deployable via Hugging Face Spaces.
3
  ---
4
- title: Bug Fixer - CodeT5
5
- emoji: 🧠
6
- colorFrom: pink
7
- colorTo: purple
8
  sdk: gradio
9
- sdk_version: 4.33.0
10
- app_file: app_ui.py
11
  pinned: false
12
  ---
13
 
14
 
 
 
 
 
1
  ---
2
+ title: Bug Fixer
3
+ emoji: 🐞
4
+ colorFrom: red
5
+ colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 4.17.0
8
+ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
 
13
+