Nauryzbay commited on
Commit
b4a6375
·
1 Parent(s): a9c4529

remove inputs

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ if __name__ == "__main__":
12
  gr.Interface.load(
13
  "spaces/Nauryzbay/deckify_private",
14
  inputs=[
15
- gr.inputs.File(label="Upload PDF"),
16
- gr.inputs.Number(label="Number of pages"),
17
  ],
18
  ).launch()
 
12
  gr.Interface.load(
13
  "spaces/Nauryzbay/deckify_private",
14
  inputs=[
15
+ gr.File(label="Upload PDF"),
16
+ gr.Number(label="Number of pages"),
17
  ],
18
  ).launch()