Ahsen Khaliq commited on
Commit
441e098
1 Parent(s): 4fe26e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  import gradio as gr
2
  import os
3
  os.system('pip install -U torchtext==0.8.0')
 
1
+ import sys
2
+ sys.path.append('.')
3
  import gradio as gr
4
  import os
5
  os.system('pip install -U torchtext==0.8.0')