KarthickAdopleAI commited on
Commit
5a336fd
·
verified ·
1 Parent(s): f04eda2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  class Model3d_generater:
6
 
7
  def __init__(self):
8
- api_key = os.get_env("MESHY_API_KEY")
9
  self.headers = {
10
  "Authorization": f"Bearer {api_key}"
11
  }
 
5
  class Model3d_generater:
6
 
7
  def __init__(self):
8
+ api_key = os.getenv("MESHY_API_KEY")
9
  self.headers = {
10
  "Authorization": f"Bearer {api_key}"
11
  }