Spaces:
Sleeping
Sleeping
Dylan
commited on
Commit
·
6f322bd
1
Parent(s):
73d2daa
fix spaces
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
from agents import build_graph
|
4 |
-
import spaces
|
5 |
|
6 |
# Initialize the graph
|
7 |
graph = build_graph()
|
|
|
1 |
+
import spaces
|
2 |
import gradio as gr
|
3 |
|
4 |
from agents import build_graph
|
|
|
5 |
|
6 |
# Initialize the graph
|
7 |
graph = build_graph()
|