Spaces:
Runtime error
Runtime error
lucadillenburg
commited on
Commit
•
02f1113
1
Parent(s):
af35c2e
try
Browse files
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()
|