Update app.py
Browse files
app.py
CHANGED
|
@@ -274,8 +274,8 @@ def create_demo(): #interface design complete
|
|
| 274 |
gr.Markdown("""
|
| 275 |
---
|
| 276 |
### About
|
| 277 |
-
This application uses
|
| 278 |
-
and
|
| 279 |
Your API keys are required but not stored permanently.
|
| 280 |
""")
|
| 281 |
|
|
|
|
| 274 |
gr.Markdown("""
|
| 275 |
---
|
| 276 |
### About
|
| 277 |
+
This application uses minimax-m2 model via OpenRouter for text-based problems
|
| 278 |
+
and Apriel-1.5-15b-Thinker via Together AI for image-based problems.
|
| 279 |
Your API keys are required but not stored permanently.
|
| 280 |
""")
|
| 281 |
|