lucadillenburg commited on
Commit
02f1113
1 Parent(s): af35c2e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ Chat Interface App
4
 
5
  import gradio as gr
6
  import sys
7
- from .axolotl import test_func
8
 
9
  def generate(instruction):
10
  return "Hello " + instruction + "!" + test_func()
 
4
 
5
  import gradio as gr
6
  import sys
7
+ from chat.axolotl import test_func
8
 
9
  def generate(instruction):
10
  return "Hello " + instruction + "!" + test_func()