Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
warnings.filterwarnings('ignore')
|
7 |
|
8 |
# API key for the nutrition information
|
9 |
-
api_key =
|
10 |
|
11 |
def identify_image(image_path):
|
12 |
"""Identify the food item in the image."""
|
|
|
6 |
warnings.filterwarnings('ignore')
|
7 |
|
8 |
# API key for the nutrition information
|
9 |
+
api_key = nutrient
|
10 |
|
11 |
def identify_image(image_path):
|
12 |
"""Identify the food item in the image."""
|