manan commited on
Commit
6bfc2fa
1 Parent(s): e60efac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='hugging_face', # '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='huggingface', # 'dark'
16
  )
17
  iface.launch()