Spaces:
Build error
Build error
Update app.py
Browse files
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(
|
|
|
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()
|