Update app.py
Browse files
app.py
CHANGED
@@ -225,8 +225,8 @@ with gr.Blocks(title="PLOD Filtered with Monitoring") as demo: # Load CSS for b
|
|
225 |
cpu_usage_display = gr.Number(label="CPU Usage (%)", value=0)
|
226 |
mem_usage_display = gr.Number(label="Memory Usage (%)", value=0)
|
227 |
|
228 |
-
with gr.Tab("Logs"):
|
229 |
-
|
230 |
|
231 |
with gr.Tab("Stress Testing"):
|
232 |
num_requests_input = gr.Number(label="Number of Requests", value=10)
|
|
|
225 |
cpu_usage_display = gr.Number(label="CPU Usage (%)", value=0)
|
226 |
mem_usage_display = gr.Number(label="Memory Usage (%)", value=0)
|
227 |
|
228 |
+
#with gr.Tab("Logs"):
|
229 |
+
# logs_display = gr.Textbox(label="Logs", lines=10) # Increased lines for better visibility
|
230 |
|
231 |
with gr.Tab("Stress Testing"):
|
232 |
num_requests_input = gr.Number(label="Number of Requests", value=10)
|