Spaces:
Runtime error
Runtime error
Commit
·
86881bb
1
Parent(s):
836b13a
try 4
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import gradio as gr
|
|
9 |
|
10 |
import sys
|
11 |
sys.path.append('axolotl/src/axolotl/common/cli.py')
|
12 |
-
from
|
13 |
|
14 |
def generate(instruction):
|
15 |
return "Hello " + instruction + "!" + test_func()
|
|
|
9 |
|
10 |
import sys
|
11 |
sys.path.append('axolotl/src/axolotl/common/cli.py')
|
12 |
+
from cli import test_func
|
13 |
|
14 |
def generate(instruction):
|
15 |
return "Hello " + instruction + "!" + test_func()
|