Spaces:
Running
Running
hidding jetstream2 link
Browse files
app.py
CHANGED
|
@@ -156,7 +156,6 @@ with gr.Blocks() as demo:
|
|
| 156 |
**Step 2: Access or Wake Up**
|
| 157 |
- If a **Visit Link** is already visible (at top of these instructions), simply click it to open ComFit Copilot.
|
| 158 |
- If no link is visible, click **Activate / Access ComFit Copilot**. This will trigger the un-shelving process, which may take up to 2+ mins.
|
| 159 |
-
|
| 160 |
<br><br>
|
| 161 |
|
| 162 |
**Note A: Track Milestones**
|
|
@@ -193,4 +192,4 @@ with gr.Blocks() as demo:
|
|
| 193 |
|
| 194 |
if __name__ == "__main__":
|
| 195 |
# Fixed: Theme passed to launch() for Gradio 6 compliance
|
| 196 |
-
demo.launch(theme=gr.themes.Soft())
|
|
|
|
| 156 |
**Step 2: Access or Wake Up**
|
| 157 |
- If a **Visit Link** is already visible (at top of these instructions), simply click it to open ComFit Copilot.
|
| 158 |
- If no link is visible, click **Activate / Access ComFit Copilot**. This will trigger the un-shelving process, which may take up to 2+ mins.
|
|
|
|
| 159 |
<br><br>
|
| 160 |
|
| 161 |
**Note A: Track Milestones**
|
|
|
|
| 192 |
|
| 193 |
if __name__ == "__main__":
|
| 194 |
# Fixed: Theme passed to launch() for Gradio 6 compliance
|
| 195 |
+
demo.launch(theme=gr.themes.Soft())
|