Spaces:
Runtime error
Runtime error
nyonyong
commited on
Commit
•
f832e92
1
Parent(s):
55f3c4b
Directory fix
Browse files
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,
|
|
|
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)
|