nyonyong commited on
Commit
c06a98d
1 Parent(s): 0e365d4

Directory fix

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -25,5 +25,7 @@ article = "<p style='text-align: center'> Handwritten Text Character Recognition
25
 
26
  #<a href='https://github.com/bandalcom/Postech+KITA_AI-Project'>Source code</a>
27
  #examples = [['zidane.jpg'], ['bus.jpg']]
 
28
  #examples=examples,
29
- 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)
 
 
25
 
26
  #<a href='https://github.com/bandalcom/Postech+KITA_AI-Project'>Source code</a>
27
  #examples = [['zidane.jpg'], ['bus.jpg']]
28
+ examples = [['noteimg1.jpg'], ['noteimg2.jpg'], ['noteimg3.jpg']]
29
  #examples=examples,
30
+ gr.Interface(fn=HCR, inputs="image", outputs = "text", title=title, description=description, examples=examples, article=article, analytics_enabled=False).launch(
31
+ debug=True)