nyonyong commited on
Commit
c3d71ae
1 Parent(s): 7d51158

Directory fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ article = "<p style='text-align: center'> Handwritten Text Character Recognition
35
  #noteimg1 = torch.hub.download_url_to_file('https://ibb.co/JyMt31q', 'noteimg1.jpg')
36
  #examples = [[noteimg1]]
37
  #examples=examples,
38
- gr.Interface(fn=HCR, inputs="image", outputs = "text", title=title, description=description, examples=[['noteimg1.jpg'],['noteimg2.jpg'],['noteimg3.jpg']], article=article, analytics_enabled=False).launch(debug=True)
 
35
  #noteimg1 = torch.hub.download_url_to_file('https://ibb.co/JyMt31q', 'noteimg1.jpg')
36
  #examples = [[noteimg1]]
37
  #examples=examples,
38
+ gr.Interface(fn=HCR, inputs="image", outputs = "text", title=title, description=description, examples=[['noteimg1.jpg']], article=article, analytics_enabled=False).launch(debug=True)