Spaces:
Sleeping
Sleeping
Mohammed Thameem commited on
Commit ·
7ebfde9
1
Parent(s): af37fe3
modified test script
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import gradio as gr
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
|
| 5 |
-
HF_TOKEN = os.
|
| 6 |
|
| 7 |
EMISSIONS_FACTORS = {
|
| 8 |
"transportation": {
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
|
| 5 |
+
HF_TOKEN = os.getenv("HF_TOKEN")
|
| 6 |
|
| 7 |
EMISSIONS_FACTORS = {
|
| 8 |
"transportation": {
|