Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -170,17 +170,6 @@ with gr.Blocks(theme="soft", css="""
|
|
| 170 |
with gr.Column(visible=False) as chat_ui:
|
| 171 |
gr.Markdown("## 💬 MEDChat AI")
|
| 172 |
gr.Markdown(f"**Status:** {gpu_status}")
|
| 173 |
-
gr.Markdown("""
|
| 174 |
-
⚠️ **GPU Required to Run**
|
| 175 |
-
|
| 176 |
-
This chatbot uses a fine-tuned LLaMA 2 model that requires GPU hardware.
|
| 177 |
-
|
| 178 |
-
**Options to test:**
|
| 179 |
-
1. **Upgrade this Space:** Settings → Space Hardware → T4 GPU (paid)
|
| 180 |
-
2. **Try on Google Colab:** Visit the GitHub repository and run the notebook for free
|
| 181 |
-
|
| 182 |
-
*If on CPU, you'll see an error message explaining how to proceed.*
|
| 183 |
-
""")
|
| 184 |
logout_btn = gr.Button("🚪 Logout", elem_id="logout-btn")
|
| 185 |
|
| 186 |
with gr.Row():
|
|
|
|
| 170 |
with gr.Column(visible=False) as chat_ui:
|
| 171 |
gr.Markdown("## 💬 MEDChat AI")
|
| 172 |
gr.Markdown(f"**Status:** {gpu_status}")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 173 |
logout_btn = gr.Button("🚪 Logout", elem_id="logout-btn")
|
| 174 |
|
| 175 |
with gr.Row():
|