Spaces:
Sleeping
Sleeping
update
Browse files- routers/gradio.py +1 -1
routers/gradio.py
CHANGED
@@ -23,7 +23,7 @@ def get_senario(id,res):
|
|
23 |
param_3=512,
|
24 |
api_name="/chat"
|
25 |
)
|
26 |
-
|
27 |
|
28 |
# main input
|
29 |
#res = get_senario("LOG")
|
|
|
23 |
param_3=512,
|
24 |
api_name="/chat"
|
25 |
)
|
26 |
+
return result
|
27 |
|
28 |
# main input
|
29 |
#res = get_senario("LOG")
|