sidharthg commited on
Commit
7566e4c
·
verified ·
1 Parent(s): 0a4c8b6

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def generate_response(prompt, temperature, top_p, max_new_tokens):
87
  # --- Gradio UI ---
88
  with gr.Blocks(title="Phi-2 GRPO Fine-tuned Model") as demo:
89
  gr.Markdown("# Phi-2 GRPO Assistant")
90
- gr.Markdown("Query the fine-tuned Phi-2 model. Assuming adapters are in `./model_adapters`.")
91
 
92
  with gr.Row():
93
  with gr.Column(scale=1):
 
87
  # --- Gradio UI ---
88
  with gr.Blocks(title="Phi-2 GRPO Fine-tuned Model") as demo:
89
  gr.Markdown("# Phi-2 GRPO Assistant")
90
+ gr.Markdown("Query the fine-tuned Phi-2 model.")
91
 
92
  with gr.Row():
93
  with gr.Column(scale=1):