st192011 commited on
Commit
9f40c62
·
verified ·
1 Parent(s): 4a6f1f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks() as demo:
123
  gr.Markdown("---")
124
  with gr.Group():
125
  gr.Markdown("#### Step 2: Neural Reconstruction (Gemma 2)")
126
- model_btn = gr.Button("Run Neural Arbitrator", variant="primary")
127
  final_out = gr.Textbox(label="DSR Lab Prediction (Gemma 2)")
128
 
129
  with gr.Tab("📊 Research Statistics"):
 
123
  gr.Markdown("---")
124
  with gr.Group():
125
  gr.Markdown("#### Step 2: Neural Reconstruction (Gemma 2)")
126
+ model_btn = gr.Button("Run Neural Arbitrator (temperature=0.8)", variant="primary")
127
  final_out = gr.Textbox(label="DSR Lab Prediction (Gemma 2)")
128
 
129
  with gr.Tab("📊 Research Statistics"):