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