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