Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
model = gr.load("models/dima806/indian_food_image_detection")
|
| 2 |
|
| 3 |
# Create a Gradio interface with the custom title
|
|
|
|
| 1 |
+
import gradio as gr
|
| 2 |
model = gr.load("models/dima806/indian_food_image_detection")
|
| 3 |
|
| 4 |
# Create a Gradio interface with the custom title
|