Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,10 +56,9 @@ def reset_textbox():
|
|
56 |
with gr.Blocks() as demo:
|
57 |
gr.Markdown(
|
58 |
"# 🤗 Assisted Generation Demo\n"
|
59 |
-
f"- Model: {model_id}
|
60 |
f"- Assistant Model: {assistant_id}\n"
|
61 |
-
"-
|
62 |
-
"of greedy decoding may differ in rare occasions."
|
63 |
)
|
64 |
|
65 |
with gr.Row():
|
|
|
56 |
with gr.Blocks() as demo:
|
57 |
gr.Markdown(
|
58 |
"# 🤗 Assisted Generation Demo\n"
|
59 |
+
f"- Model: {model_id}\n"
|
60 |
f"- Assistant Model: {assistant_id}\n"
|
61 |
+
"- Running on CPU"
|
|
|
62 |
)
|
63 |
|
64 |
with gr.Row():
|