gagan3012 commited on
Commit
25a67f0
·
1 Parent(s): 43b2083

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ import torch
6
  import re
7
  import pytesseract
8
  from io import BytesIO
 
 
9
 
10
 
11
  def predict_arabic(img, model_name="UBC-NLP/Qalam"):
 
6
  import re
7
  import pytesseract
8
  from io import BytesIO
9
+ import openai
10
+
11
 
12
 
13
  def predict_arabic(img, model_name="UBC-NLP/Qalam"):