shakhovak commited on
Commit
f860f66
1 Parent(s): 25e5c2b

correction

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import json
2
  import os
3
  import re
4
  from os.path import join as join_path
 
5
 
6
  from text_split import split_by_sentences
7
 
 
2
  import os
3
  import re
4
  from os.path import join as join_path
5
+ import gradio as gr
6
 
7
  from text_split import split_by_sentences
8