pragnakalp commited on
Commit
f84a87f
1 Parent(s): 77af2c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ import smtplib
31
 
32
  HF_TOKEN = os.getenv('HF_TOKEN')
33
  print("$$$$$$$$$$$$$$$$$$$$$$$$$$$$",type(HF_TOKEN))
34
- hf_writer = gr.HuggingFaceDatasetSaver(HF_TOKEN1,'OCR-image-to-text',True,True)
35
  def get_device_ip_address():
36
 
37
  if os.name == "nt":
 
31
 
32
  HF_TOKEN = os.getenv('HF_TOKEN')
33
  print("$$$$$$$$$$$$$$$$$$$$$$$$$$$$",type(HF_TOKEN))
34
+ hf_writer = gr.HuggingFaceDatasetSaver(HF_TOKEN,'OCR-image-to-text',True,True)
35
  def get_device_ip_address():
36
 
37
  if os.name == "nt":