Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -246,10 +246,10 @@ for model in models:
|
|
246 |
models2.append(loaded_model)
|
247 |
|
248 |
|
249 |
-
def text_it(inputs,
|
250 |
return grad.Interface(fn=generate,
|
251 |
inputs=inputs,
|
252 |
-
outputs=
|
253 |
examples=examples,
|
254 |
title=title,
|
255 |
description=description,
|
|
|
246 |
models2.append(loaded_model)
|
247 |
|
248 |
|
249 |
+
def text_it(inputs,outputs):
|
250 |
return grad.Interface(fn=generate,
|
251 |
inputs=inputs,
|
252 |
+
outputs=outputs,
|
253 |
examples=examples,
|
254 |
title=title,
|
255 |
description=description,
|