Hayk Arutyunyan commited on
Commit
3c6b13b
·
1 Parent(s): 81fcb4f

Fix Gradio output

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -74,8 +74,8 @@ demo = gr.Interface(
74
  outputs=[
75
  gr.Image(label="Detected sensors"),
76
  gr.Textbox(label="Title"),
77
- gr.Dataframe(label="Recognized sensors"),
78
- gr.File(label="Download Excel")
79
  ],
80
  title="MNEMO OCR — HF Demo",
81
  description="Продовая демо-версия оцифровщика MNEMO."
 
74
  outputs=[
75
  gr.Image(label="Detected sensors"),
76
  gr.Textbox(label="Title"),
77
+ gr.File(label="Download Excel"),
78
+ gr.Dataframe(label="Recognized sensors")
79
  ],
80
  title="MNEMO OCR — HF Demo",
81
  description="Продовая демо-версия оцифровщика MNEMO."