Ksjsjjdj commited on
Commit
51a5906
·
verified ·
1 Parent(s): 623f38d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks(css=custom_css, title="Entrenador LLM Ultimate") as demo:
247
  with gr.Row():
248
  with gr.Column(scale=1):
249
  hf_token_input = gr.Textbox(label="HuggingFace Token", type="password", placeholder="hf_...", value=os.getenv("HF_TOKEN", ""))
250
- model_input = gr.Textbox(label="Modelo Base", value="", placeholder="Ej: Qwen/Qwen2.5-0.5B")
251
  repo_input = gr.Textbox(label="Nombre Nuevo Repo", value="multi-dataset-model-v1")
252
 
253
  with gr.Column(scale=1):
 
247
  with gr.Row():
248
  with gr.Column(scale=1):
249
  hf_token_input = gr.Textbox(label="HuggingFace Token", type="password", placeholder="hf_...", value=os.getenv("HF_TOKEN", ""))
250
+ model_input = gr.Textbox(label="Modelo Base", value="", placeholder="Ej: Qwen/Qwen2.5-0.5B (Requerido)")
251
  repo_input = gr.Textbox(label="Nombre Nuevo Repo", value="multi-dataset-model-v1")
252
 
253
  with gr.Column(scale=1):