arithescientist commited on
Commit
3ad006f
·
1 Parent(s): eea64fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def zip_to_json(file_obj):
37
  # return path
38
  #pageObject.extractText()
39
  iface = gr.Interface(fn = zip_to_json,
40
- inputs = gr.File(), outputs="file" )
41
 
42
  if __name__ == "__main__":
43
  iface.launch(share=True)
 
37
  # return path
38
  #pageObject.extractText()
39
  iface = gr.Interface(fn = zip_to_json,
40
+ inputs = 'file', outputs="file" )
41
 
42
  if __name__ == "__main__":
43
  iface.launch(share=True)