prithivMLmods commited on
Commit
b7d7dc4
·
verified ·
1 Parent(s): f52dc18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -232,12 +232,6 @@ css = """
232
  border-radius: 10px;
233
  padding: 20px;
234
  }
235
- .model-choice label {
236
- color: red;
237
- }
238
- .model-choice input[value="Camel-Doc-OCR-062825"] + label {
239
- color: blue;
240
- }
241
  """
242
 
243
  # Create the Gradio Interface
@@ -281,8 +275,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
281
  model_choice = gr.Radio(
282
  choices=["Camel-Doc-OCR-062825", "GLM-4.1V-9B-Thinking", "Megalodon-OCR-Sync-0713", "MonkeyOCR-pro-1.2B"],
283
  label="Select Model",
284
- value="Camel-Doc-OCR-062825",
285
- elem_classes=["model-choice"]
286
  )
287
 
288
  gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Multimodal-OCR-Comparator/discussions)")
 
232
  border-radius: 10px;
233
  padding: 20px;
234
  }
 
 
 
 
 
 
235
  """
236
 
237
  # Create the Gradio Interface
 
275
  model_choice = gr.Radio(
276
  choices=["Camel-Doc-OCR-062825", "GLM-4.1V-9B-Thinking", "Megalodon-OCR-Sync-0713", "MonkeyOCR-pro-1.2B"],
277
  label="Select Model",
278
+ value="Camel-Doc-OCR-062825"
 
279
  )
280
 
281
  gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/Multimodal-OCR-Comparator/discussions)")