Spaces:
Sleeping
Sleeping
ts startup
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
from .generator import generate, generate_streaming
|
| 3 |
|
| 4 |
# ---------------------------------------------------------------------
|
| 5 |
# Gradio Interface with MCP support and streaming
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
from utils.generator import generate, generate_streaming
|
| 3 |
|
| 4 |
# ---------------------------------------------------------------------
|
| 5 |
# Gradio Interface with MCP support and streaming
|