Chris4K commited on
Commit
14e039f
1 Parent(s): 9d97f7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  from transformers.tools.base import launch_gradio_demo
2
- from textify_text.TextifyTextTool import TextifyTextTool
3
 
4
  launch_gradio_demo(TextifyTextTool)
 
1
  from transformers.tools.base import launch_gradio_demo
2
+ from textify_text import TextifyTextTool
3
 
4
  launch_gradio_demo(TextifyTextTool)