khang119966 commited on
Commit
d3c2d92
·
verified ·
1 Parent(s): a3dc28c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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