Spaces:
Runtime error
Runtime error
nyonyong
commited on
Commit
•
7d51158
1
Parent(s):
b12bff4
Directory fix
Browse files
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'],['noteimg2'],['noteimg3']], 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'],['noteimg2.jpg'],['noteimg3.jpg']], article=article, analytics_enabled=False).launch(debug=True)
|