nyonyong commited on
Commit
f832e92
1 Parent(s): 55f3c4b

Directory fix

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