Spaces:
Running
Running
Update app.py
Browse files
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 |
"""
|