Spaces:
Runtime error
Runtime error
venky2k1
commited on
Commit
·
b49d078
1
Parent(s):
983d3b8
Add Hugging Face config to README
Browse files
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
|
5 |
-
emoji:
|
6 |
-
colorFrom:
|
7 |
-
colorTo:
|
8 |
sdk: gradio
|
9 |
-
sdk_version: 4.
|
10 |
-
app_file:
|
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 |
+
|