AE-Shree commited on
Commit ·
6c711ca
1
Parent(s): 83e9d59
Deploy BioStack RLHF Medical Demo
Browse files- src/App.js +2 -2
src/App.js
CHANGED
|
@@ -212,7 +212,7 @@ export default function App() {
|
|
| 212 |
setLoading(true);
|
| 213 |
setSftOutput(""); setRewardOutput(""); setPpoOutput(""); setRewardScore(null);
|
| 214 |
|
| 215 |
-
const BASE = "
|
| 216 |
|
| 217 |
try {
|
| 218 |
// 1. SFT
|
|
@@ -239,7 +239,7 @@ export default function App() {
|
|
| 239 |
|
| 240 |
} catch (err) {
|
| 241 |
console.error("Inference error:", err);
|
| 242 |
-
setSftOutput("⚠️ Could not connect to server.
|
| 243 |
}
|
| 244 |
|
| 245 |
setLoading(false);
|
|
|
|
| 212 |
setLoading(true);
|
| 213 |
setSftOutput(""); setRewardOutput(""); setPpoOutput(""); setRewardScore(null);
|
| 214 |
|
| 215 |
+
const BASE = "";
|
| 216 |
|
| 217 |
try {
|
| 218 |
// 1. SFT
|
|
|
|
| 239 |
|
| 240 |
} catch (err) {
|
| 241 |
console.error("Inference error:", err);
|
| 242 |
+
setSftOutput("⚠️ Could not connect to server. Please check your connection.");
|
| 243 |
}
|
| 244 |
|
| 245 |
setLoading(false);
|