Navyabhat commited on
Commit
187e5b8
1 Parent(s): 79b3964

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -35,8 +35,7 @@ def generate(prompt, max_length, temperature, num_samples):
35
 
36
  with gr.Blocks() as app:
37
  gr.Markdown("## ERA Session27 - Phi2 Model Finetuning with QLoRA on OpenAssistant Conversations Dataset (OASST1)")
38
-
39
- )
40
  with gr.Row():
41
  with gr.Column():
42
  prompt_box = gr.Textbox(label="Initial Prompt", interactive=True)
 
35
 
36
  with gr.Blocks() as app:
37
  gr.Markdown("## ERA Session27 - Phi2 Model Finetuning with QLoRA on OpenAssistant Conversations Dataset (OASST1)")
38
+
 
39
  with gr.Row():
40
  with gr.Column():
41
  prompt_box = gr.Textbox(label="Initial Prompt", interactive=True)