Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -412,7 +412,9 @@ def toggle_think_mode(current_state):
|
|
| 412 |
button_label = "🧠DeepThink💡1minute⏳" if global_think_mode else "🧠Think"
|
| 413 |
return new_state, button_label
|
| 414 |
|
| 415 |
-
demo = gr.Blocks(css=CSS,js=js, theme='NoCrypt/miku')
|
|
|
|
|
|
|
| 416 |
|
| 417 |
with demo:
|
| 418 |
think_mode = gr.State(False) # Lưu trạng thái Think Mode
|
|
|
|
| 412 |
button_label = "🧠DeepThink💡1minute⏳" if global_think_mode else "🧠Think"
|
| 413 |
return new_state, button_label
|
| 414 |
|
| 415 |
+
# demo = gr.Blocks(css=CSS,js=js, theme='NoCrypt/miku')
|
| 416 |
+
demo = gr.Blocks( theme='NoCrypt/miku')
|
| 417 |
+
|
| 418 |
|
| 419 |
with demo:
|
| 420 |
think_mode = gr.State(False) # Lưu trạng thái Think Mode
|