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