prempranavreddy commited on
Commit
ef72204
·
verified ·
1 Parent(s): 3cac895

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ demo = gr.ChatInterface(
65
  ],
66
  )
67
 
68
- api_token = os.getenv("HUGGINGFACEHUB_API_TOKEN")
69
 
70
  if not api_token:
71
  raise ValueError("❌ ERROR: Hugging Face API token is not set. Please set it as an environment variable.")
 
65
  ],
66
  )
67
 
68
+
69
 
70
  if not api_token:
71
  raise ValueError("❌ ERROR: Hugging Face API token is not set. Please set it as an environment variable.")