Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,6 @@ iface = gr.Interface(
|
|
12 |
inputs=[input_1, input_2],
|
13 |
outputs=[output_1],
|
14 |
title='Identify Key Phrases in Patient Notes from Medical Licensing Exams',
|
15 |
-
theme='dark'
|
16 |
)
|
17 |
iface.launch()
|
|
|
12 |
inputs=[input_1, input_2],
|
13 |
outputs=[output_1],
|
14 |
title='Identify Key Phrases in Patient Notes from Medical Licensing Exams',
|
15 |
+
theme='hugging_face', # 'dark'
|
16 |
)
|
17 |
iface.launch()
|