bhargavirengarajan21 commited on
Commit ·
659462c
1
Parent(s): 3cefa9d
Add read me
Browse files
app.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
INSTALL_CMD = "npm install -g git
|
| 4 |
-
NPM_URL = "https://www.npmjs.com/package/git
|
| 5 |
-
GITHUB_URL = "https://github.com/bhargavirengarajan21/git
|
| 6 |
DEMO_URL = "#" # TBH
|
| 7 |
|
| 8 |
ABOUT_MD = """
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
INSTALL_CMD = "npm install -g git-commit-at"
|
| 4 |
+
NPM_URL = "https://www.npmjs.com/package/git-commit-at"
|
| 5 |
+
GITHUB_URL = "https://github.com/bhargavirengarajan21/git-commit-at"
|
| 6 |
DEMO_URL = "#" # TBH
|
| 7 |
|
| 8 |
ABOUT_MD = """
|