Spaces:
Sleeping
Sleeping
arithescientist
commited on
Commit
·
5a61d18
1
Parent(s):
3ad006f
Update app.py
Browse files
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 =
|
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)
|