Michelangiolo commited on
Commit
c6e422e
·
1 Parent(s): 9221312
Files changed (2) hide show
  1. app.py +2 -1
  2. _test.ipynb → test-docs/_test.ipynb +0 -0
app.py CHANGED
@@ -26,4 +26,5 @@ def greet(file1, file2):
26
 
27
  # iface = gr.Interface(fn=greet, inputs=["file", "file", gr.inputs.Textbox(placeholder="Enter Question here...")], outputs="text")
28
  iface = gr.Interface(fn=greet, inputs=['file', 'file'], outputs="file")
29
- iface.launch(share=True)
 
 
26
 
27
  # iface = gr.Interface(fn=greet, inputs=["file", "file", gr.inputs.Textbox(placeholder="Enter Question here...")], outputs="text")
28
  iface = gr.Interface(fn=greet, inputs=['file', 'file'], outputs="file")
29
+ # iface.launch(share=True)
30
+ iface.launch()
_test.ipynb → test-docs/_test.ipynb RENAMED
File without changes