neurlang commited on
Commit ·
52ad66e
1
Parent(s): 8c6aaf4
Pygoruut 0.6.5
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from pygoruut.pygoruut import Pygoruut, PygoruutLanguages
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
# comment change to bump the version bump it bump bump bump
|
| 5 |
-
# bump bump
|
| 6 |
|
| 7 |
pygoruut = Pygoruut()
|
| 8 |
languages = PygoruutLanguages()
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
# comment change to bump the version bump it bump bump bump
|
| 5 |
+
# bump bump bump
|
| 6 |
|
| 7 |
pygoruut = Pygoruut()
|
| 8 |
languages = PygoruutLanguages()
|
requirements.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
pygoruut==0.6.
|
|
|
|
| 1 |
+
pygoruut==0.6.5
|