Spaces:
Sleeping
Sleeping
Update ContentGradio.py
Browse files- ContentGradio.py +2 -2
ContentGradio.py
CHANGED
@@ -46,7 +46,7 @@ def create_user_guidance():
|
|
46 |
- neutral
|
47 |
- impolite.
|
48 |
|
49 |
-
App is running
|
50 |
Uses Intel's Polite Guard NLP library.
|
51 |
Compute is GCP · Nvidia L4 · 4x GPUs · 96 GB
|
52 |
"""
|
@@ -59,7 +59,7 @@ def create_main():
|
|
59 |
with gr.Column():
|
60 |
user_input = gr.Textbox(label="Your Input", placeholder="Enter something here...")
|
61 |
submit_button = gr.Button("Submit")
|
62 |
-
output = gr.Textbox(label="Content feedback", interactive=False, lines=10, max_lines=20
|
63 |
|
64 |
# Define the function to be called when the button is clicked or Enter is pressed
|
65 |
submit_button.click(process_input, inputs=user_input, outputs=output)
|
|
|
46 |
- neutral
|
47 |
- impolite.
|
48 |
|
49 |
+
App is running `deepseek-ai/DeepSeek-R1-Distill-Qwen-32B` text generation model.
|
50 |
Uses Intel's Polite Guard NLP library.
|
51 |
Compute is GCP · Nvidia L4 · 4x GPUs · 96 GB
|
52 |
"""
|
|
|
59 |
with gr.Column():
|
60 |
user_input = gr.Textbox(label="Your Input", placeholder="Enter something here...")
|
61 |
submit_button = gr.Button("Submit")
|
62 |
+
output = gr.Textbox(label="Content feedback", interactive=False, lines=10, max_lines=20 )
|
63 |
|
64 |
# Define the function to be called when the button is clicked or Enter is pressed
|
65 |
submit_button.click(process_input, inputs=user_input, outputs=output)
|