heerjtdev commited on
Commit
bb64eee
Β·
verified Β·
1 Parent(s): c163f90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ def train_model(dataset_file: gr.File, batch_size: int, epochs: int, lr: float,
274
 
275
 
276
  # --- Gradio Interface Setup (using Blocks for a nicer layout) ---
277
- with gr.Blocks(title="LayoutLMv3 Fine-Tuning App", theme=gr.themes.Soft()) as demo:
278
  gr.Markdown("# πŸš€ LayoutLMv3 Fine-Tuning on Hugging Face Spaces")
279
  gr.Markdown(
280
  """
 
274
 
275
 
276
  # --- Gradio Interface Setup (using Blocks for a nicer layout) ---
277
+ with gr.Blocks(title="LayoutLMv3 Fine-Tuning App by Aastik", theme=gr.themes.Soft()) as demo:
278
  gr.Markdown("# πŸš€ LayoutLMv3 Fine-Tuning on Hugging Face Spaces")
279
  gr.Markdown(
280
  """