Spaces:
Sleeping
Sleeping
Mohammed Thameem commited on
Commit ·
40ad0e6
1
Parent(s): 7ebfde9
modified test script
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ def respond(
|
|
| 54 |
vegetarian_meals,
|
| 55 |
vegan_meals,
|
| 56 |
):
|
| 57 |
-
client = InferenceClient(token=HF_TOKEN)
|
| 58 |
|
| 59 |
footprint, stats = calculate_footprint(
|
| 60 |
car_km, bus_km, train_km, air_km,
|
|
|
|
| 54 |
vegetarian_meals,
|
| 55 |
vegan_meals,
|
| 56 |
):
|
| 57 |
+
client = InferenceClient(token=HF_TOKEN, model="openai/gpt-oss-20b")
|
| 58 |
|
| 59 |
footprint, stats = calculate_footprint(
|
| 60 |
car_km, bus_km, train_km, air_km,
|