mgokg commited on
Commit
46b1106
·
verified ·
1 Parent(s): 7133415

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -35,6 +35,7 @@ def process_file(file):
35
  if file_extension == 'pdf':
36
  ocr_text = process_pdf(file)
37
  result = mitteilung(ocr_text)
 
38
  return result
39
  return ocr_text
40
 
 
35
  if file_extension == 'pdf':
36
  ocr_text = process_pdf(file)
37
  result = mitteilung(ocr_text)
38
+ result= gr.Markdown("result")
39
  return result
40
  return ocr_text
41