Spaces:
Runtime error
Runtime error
MariiaRazno
commited on
Commit
•
b0ee3fd
1
Parent(s):
acea654
launch changes
Browse files
app.py
CHANGED
@@ -57,4 +57,4 @@ iface = gr.Interface(
|
|
57 |
inputs=[gr.Textbox(label="Input text", value=default_input_text)],
|
58 |
outputs=gr.outputs.Textbox(label="Found ICD-10 codes and diagnoses"),
|
59 |
)
|
60 |
-
iface.launch(
|
|
|
57 |
inputs=[gr.Textbox(label="Input text", value=default_input_text)],
|
58 |
outputs=gr.outputs.Textbox(label="Found ICD-10 codes and diagnoses"),
|
59 |
)
|
60 |
+
iface.launch()
|