Update app.py
Browse files
app.py
CHANGED
@@ -64,11 +64,7 @@ def respond(
|
|
64 |
response += token.strip("")
|
65 |
yield response
|
66 |
|
67 |
-
|
68 |
-
footer {
|
69 |
-
visibility: hidden;
|
70 |
-
}
|
71 |
-
"""
|
72 |
|
73 |
# Gradio ์ธํฐํ์ด์ค ์ค์ ๋ถ๋ถ๋ ์์
|
74 |
demo = gr.ChatInterface(
|
|
|
64 |
response += token.strip("")
|
65 |
yield response
|
66 |
|
67 |
+
|
|
|
|
|
|
|
|
|
68 |
|
69 |
# Gradio ์ธํฐํ์ด์ค ์ค์ ๋ถ๋ถ๋ ์์
|
70 |
demo = gr.ChatInterface(
|