neurlang commited on
Commit
a18de3f
·
1 Parent(s): 99b2f85

bump the version using comment change

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  from pygoruut.pygoruut import Pygoruut, PygoruutLanguages
2
  import gradio as gr
3
 
 
 
4
  pygoruut = Pygoruut()
5
  languages = PygoruutLanguages()
6
 
 
1
  from pygoruut.pygoruut import Pygoruut, PygoruutLanguages
2
  import gradio as gr
3
 
4
+ # comment change to bump the version
5
+
6
  pygoruut = Pygoruut()
7
  languages = PygoruutLanguages()
8