Spaces:
Sleeping
Sleeping
Graham Paasch commited on
Commit ·
e02b934
1
Parent(s): 198888b
Remove unused debug/dotenv imports from app entrypoint
Browse files
app.py
CHANGED
|
@@ -1,9 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import os
|
| 3 |
-
from dotenv import load_dotenv
|
| 4 |
-
|
| 5 |
-
# Load environment variables from .env file
|
| 6 |
-
load_dotenv()
|
| 7 |
|
| 8 |
from agent.pipeline import (
|
| 9 |
analyze_change,
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import os
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
from agent.pipeline import (
|
| 5 |
analyze_change,
|