Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def greet(prompt, temperature):
|
|
59 |
with gr.Blocks() as demo:
|
60 |
gr.Markdown(f"# LLMチャットボット(Streaming)")
|
61 |
gr.HighlightedText(
|
62 |
-
value=[("これは", None), ("軽量なLLM", "negative"), ("の", None), ("テストアプリ", "
|
63 |
label="説明"
|
64 |
)
|
65 |
gr.Textbox(value=filename, label="モデル:", interactive=False)
|
|
|
59 |
with gr.Blocks() as demo:
|
60 |
gr.Markdown(f"# LLMチャットボット(Streaming)")
|
61 |
gr.HighlightedText(
|
62 |
+
value=[("これは", None), ("軽量なLLM", "negative"), ("の", None), ("テストアプリ", "positive"), ("です。", None)],
|
63 |
label="説明"
|
64 |
)
|
65 |
gr.Textbox(value=filename, label="モデル:", interactive=False)
|