Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -233,12 +233,10 @@ examples = [
|
|
233 |
# ChatInterface를 사용하여 자체 Chatbot 컴포넌트 관리
|
234 |
demo = gr.ChatInterface(
|
235 |
fn=predict,
|
236 |
-
title="🤖
|
237 |
description=(
|
238 |
f"**모델:** {MODEL_ID}\n"
|
239 |
-
|
240 |
-
f"**주의:** {'GPU에서 실행 중입니다.' if torch.cuda.is_available() else 'CPU에서 실행되므로 응답 생성에 다소 시간이 걸릴 수 있습니다.'}\n"
|
241 |
-
f"최대 생성 토큰 수는 {MAX_NEW_TOKENS}개로 제한됩니다."
|
242 |
),
|
243 |
examples=examples,
|
244 |
cache_examples=False,
|
|
|
233 |
# ChatInterface를 사용하여 자체 Chatbot 컴포넌트 관리
|
234 |
demo = gr.ChatInterface(
|
235 |
fn=predict,
|
236 |
+
title="🤖 HyperCLOVAX-SEED-Text-Instruct-0.5B",
|
237 |
description=(
|
238 |
f"**모델:** {MODEL_ID}\n"
|
239 |
+
|
|
|
|
|
240 |
),
|
241 |
examples=examples,
|
242 |
cache_examples=False,
|