Spaces:
Sleeping
Sleeping
Jeong-hun Kim
commited on
Commit
ยท
3da3592
1
Parent(s):
acbb25a
minor fix
Browse files- core/launch_gradio.py +1 -1
core/launch_gradio.py
CHANGED
@@ -64,7 +64,7 @@ def create_interface(ctx: ContextManager, makePipeline: MakePipeline):
|
|
64 |
yield html, "", ctx
|
65 |
|
66 |
# ๋ด ์๋ต ์์ฑ
|
67 |
-
generate_reply(ctx, makePipeline
|
68 |
|
69 |
# ์๋ต์ ํฌํจํ ์ ์ฒด history ๊ธฐ๋ฐ ๋ ๋๋ง
|
70 |
html = render_chat(ctx)
|
|
|
64 |
yield html, "", ctx
|
65 |
|
66 |
# ๋ด ์๋ต ์์ฑ
|
67 |
+
generate_reply(ctx, makePipeline)
|
68 |
|
69 |
# ์๋ต์ ํฌํจํ ์ ์ฒด history ๊ธฐ๋ฐ ๋ ๋๋ง
|
70 |
html = render_chat(ctx)
|