mtyrrell commited on
Commit
07a30dd
·
1 Parent(s): ec4377c

ts startup

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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