Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def format_time(seconds_float):
|
|
18 |
|
19 |
DESCRIPTION = '''
|
20 |
# Duplicate the space for free private inference.
|
21 |
-
## DeepSeek-R1 Distill Qwen-1.
|
22 |
A reasoning model trained using RL (Reinforcement Learning) that demonstrates structured reasoning capabilities.
|
23 |
'''
|
24 |
|
|
|
18 |
|
19 |
DESCRIPTION = '''
|
20 |
# Duplicate the space for free private inference.
|
21 |
+
## DeepSeek-R1 Distill Qwen-1.5B Demo
|
22 |
A reasoning model trained using RL (Reinforcement Learning) that demonstrates structured reasoning capabilities.
|
23 |
'''
|
24 |
|