Spestly commited on
Commit
bd126c6
Β·
verified Β·
1 Parent(s): 815cf6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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. Choose between the 4B and 8B parameter versions.
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
- Both 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
  """)
 
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
  """)