yetessam commited on
Commit
9424140
·
verified ·
1 Parent(s): ca96d09

Update ContentGradio.py

Browse files
Files changed (1) hide show
  1. ContentGradio.py +2 -2
ContentGradio.py CHANGED
@@ -46,7 +46,7 @@ def create_user_guidance():
46
  - neutral
47
  - impolite.
48
 
49
- App is running <pre>deepseek-ai/DeepSeek-R1-Distill-Qwen-32B</pre> text generation model.
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, width=600)
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)