lvwerra HF staff commited on
Commit
4b143e6
·
verified ·
1 Parent(s): 17fc468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from huggingface_hub import InferenceClient
3
  from e2b_code_interpreter import Sandbox
4
 
5
- from .utils import run_interactive_notebook
6
 
7
  message_history = None
8
 
 
2
  from huggingface_hub import InferenceClient
3
  from e2b_code_interpreter import Sandbox
4
 
5
+ from utils import run_interactive_notebook
6
 
7
  message_history = None
8