sawac commited on
Commit
680f800
·
verified ·
1 Parent(s): 36d223b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ def greet(prompt, temperature):
57
 
58
 
59
  with gr.Blocks() as demo:
60
- gr.Markdown(f"# LLMチャットボット(Streaming):{filename}")
61
- gr.Markdown(f"Model:/n {filename} from {repo_id}")
62
 
63
  loading_status = gr.Textbox(label="Loading Status")
64
 
 
57
 
58
 
59
  with gr.Blocks() as demo:
60
+ gr.Markdown(f"# LLMチャットボット(Streaming)")
61
+ gr.HighlightedText(f"Model: {filename} ")
62
 
63
  loading_status = gr.Textbox(label="Loading Status")
64