Spaces:
Sleeping
Sleeping
[docs] Updated notices and READMEs
Browse files
README.md
CHANGED
|
@@ -1,14 +1,12 @@
|
|
| 1 |
---
|
| 2 |
title: PFRanger Demo
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.5.1
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: apache-2.0
|
| 11 |
short_description: PromptForest Ranger demo
|
| 12 |
-
---
|
| 13 |
-
|
| 14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
title: PFRanger Demo
|
| 3 |
+
emoji: 🌲
|
| 4 |
+
colorFrom: lightblue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.5.1
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: apache-2.0
|
| 11 |
short_description: PromptForest Ranger demo
|
| 12 |
+
---
|
|
|
|
|
|
app.py
CHANGED
|
@@ -99,6 +99,7 @@ with gr.Blocks(title="PFRanger", theme=gr.themes.Soft()) as demo:
|
|
| 99 |
output_fmt = gr.Dropdown(["HTML Only", "JSON", "CSV", "TXT"], label="Additional Output", value="HTML Only")
|
| 100 |
|
| 101 |
scan_btn = gr.Button("Start Audit!", variant="primary", size="lg")
|
|
|
|
| 102 |
|
| 103 |
with gr.Column(scale=2):
|
| 104 |
gr.Markdown("### Results")
|
|
|
|
| 99 |
output_fmt = gr.Dropdown(["HTML Only", "JSON", "CSV", "TXT"], label="Additional Output", value="HTML Only")
|
| 100 |
|
| 101 |
scan_btn = gr.Button("Start Audit!", variant="primary", size="lg")
|
| 102 |
+
gr.Markdown("Note: *The audit will be subject to a cold start. Device: CPU*")
|
| 103 |
|
| 104 |
with gr.Column(scale=2):
|
| 105 |
gr.Markdown("### Results")
|