Sybghat commited on
Commit
87376cd
1 Parent(s): 21931f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ file_input = gr.inputs.File(file_count="single", type="file", label="Upload a CV
15
  iface = gr.Interface(fn=parse_cv, inputs=file_input, outputs="json", allow_flagging="never",
16
  allow_screenshot=False, title="CV Parser", theme="seafoam", description=description, article=article)
17
 
18
- iface.launch(share=True)
 
15
  iface = gr.Interface(fn=parse_cv, inputs=file_input, outputs="json", allow_flagging="never",
16
  allow_screenshot=False, title="CV Parser", theme="seafoam", description=description, article=article)
17
 
18
+ iface.launch()