Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ def create_interface():
|
|
126 |
gr.Markdown("""
|
127 |
# π Nous-V1 Model Chat Interface
|
128 |
|
129 |
-
Chat with the Nous-V1 models by Apexion AI.
|
130 |
|
131 |
**Available Models:**
|
132 |
- Nous-V1-4B (4 billion parameters)
|
@@ -229,7 +229,7 @@ def create_interface():
|
|
229 |
|
230 |
**Nous-V1-8B**: 8 billion parameter model by Apexion AI, offering enhanced capabilities and better performance for complex tasks
|
231 |
|
232 |
-
|
233 |
|
234 |
This Space uses ZeroGPU for efficient GPU allocation across both model sizes.
|
235 |
""")
|
|
|
126 |
gr.Markdown("""
|
127 |
# π Nous-V1 Model Chat Interface
|
128 |
|
129 |
+
Chat with the Nous-V1 models by Apexion AI.
|
130 |
|
131 |
**Available Models:**
|
132 |
- Nous-V1-4B (4 billion parameters)
|
|
|
229 |
|
230 |
**Nous-V1-8B**: 8 billion parameter model by Apexion AI, offering enhanced capabilities and better performance for complex tasks
|
231 |
|
232 |
+
All models are designed for conversational AI and support various text generation tasks. The 8B model provides more sophisticated responses but requires more computational resources.
|
233 |
|
234 |
This Space uses ZeroGPU for efficient GPU allocation across both model sizes.
|
235 |
""")
|