Emaad commited on
Commit
0a9dccb
·
1 Parent(s): 8ab899d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def gradio_demo(model_name, sequence_input, nucleus_image, protein_image):
56
  )
57
 
58
 
59
- with gr.Blocks() as demo:
60
  gr.Markdown("Select the prediction model.")
61
  gr.Markdown(
62
  "CELL-E_2_HPA_480 is a good general purpose model for various cell types using ICC-IF."
 
56
  )
57
 
58
 
59
+ with gr.Blocks(theme='gradio/soft') as demo:
60
  gr.Markdown("Select the prediction model.")
61
  gr.Markdown(
62
  "CELL-E_2_HPA_480 is a good general purpose model for various cell types using ICC-IF."