Spaces:
Sleeping
Sleeping
Ahmet Emre Şafak
commited on
Commit
·
3de52ef
1
Parent(s):
15efe80
fix relative import
Browse files
src/ui.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import asyncio
|
2 |
import gradio as gr
|
3 |
-
from
|
4 |
|
5 |
# Global agent instance
|
6 |
agent = None
|
|
|
1 |
import asyncio
|
2 |
import gradio as gr
|
3 |
+
from agent import AudioAgent
|
4 |
|
5 |
# Global agent instance
|
6 |
agent = None
|