aman012 commited on
Commit
d153279
·
verified ·
1 Parent(s): 3349147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from io import BytesIO
9
  warnings.filterwarnings('ignore')
10
  from dotenv import load_dotenv
11
  load_dotenv()
12
- api_key = os.getenv("API_KEY")
13
  import gradio as gr
14
 
15
  def food_identification(img_path):
 
9
  warnings.filterwarnings('ignore')
10
  from dotenv import load_dotenv
11
  load_dotenv()
12
+ api_key = 'Pg4KovXV5JCvaXooRRyxew==4SEE299nmZkw7xBI'
13
  import gradio as gr
14
 
15
  def food_identification(img_path):