Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
tanveeshsingh
commited on
Commit
•
c7d3b5f
1
Parent(s):
35e9ab6
Update app.py
Browse filesChanges for UI
app.py
CHANGED
@@ -249,7 +249,7 @@ with gr.Blocks(css=dark_css) as demo:
|
|
249 |
# Two text outputs, placed side by side for model outputs
|
250 |
with gr.Row():
|
251 |
with gr.Column():
|
252 |
-
collinear_output = gr.Textbox(label="Collinear Guard Nano(
|
253 |
with gr.Column():
|
254 |
llama_output = gr.Textbox(label="LLaMA-Guard 3 (8B) Output", lines=3)
|
255 |
|
|
|
249 |
# Two text outputs, placed side by side for model outputs
|
250 |
with gr.Row():
|
251 |
with gr.Column():
|
252 |
+
collinear_output = gr.Textbox(label="Collinear Guard Nano(<1B) Output", lines=3)
|
253 |
with gr.Column():
|
254 |
llama_output = gr.Textbox(label="LLaMA-Guard 3 (8B) Output", lines=3)
|
255 |
|