ginipick commited on
Commit
f0d0d46
·
verified ·
1 Parent(s): e507147

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -233,12 +233,10 @@ examples = [
233
  # ChatInterface를 사용하여 자체 Chatbot 컴포넌트 관리
234
  demo = gr.ChatInterface(
235
  fn=predict,
236
- title="🤖 XiaomiMiMo/MiMo-7B-RL 한국어 데모",
237
  description=(
238
  f"**모델:** {MODEL_ID}\n"
239
- f"**환경:** {'GPU' if torch.cuda.is_available() else 'CPU'}\n"
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,