rahul7star commited on
Commit
d6b8b1b
·
verified ·
1 Parent(s): 3c6955e

Update app_gpu.py

Browse files
Files changed (1) hide show
  1. app_gpu.py +4 -4
app_gpu.py CHANGED
@@ -405,11 +405,11 @@ for name, module in model.named_modules():
405
  if "lora" in name.lower():
406
  print(name)
407
  """)
408
- # =========================================================
409
- # 5️⃣ CODE EXPLAIN TAB
410
- # =========================================================
411
  with gr.Tab("Code Explain"):
412
- gr.Markdown("""
413
  Universal Dynamic LoRA Trainer & Inference — Code Explanation
414
 
415
  This interface supports training, inference, and inspection of LoRA-enhanced models like Gemma 3B/4B.
 
405
  if "lora" in name.lower():
406
  print(name)
407
  """)
408
+ # =========================================================
409
+ # 5️⃣ CODE EXPLAIN TAB
410
+ # =========================================================
411
  with gr.Tab("Code Explain"):
412
+ gr.Markdown("""
413
  Universal Dynamic LoRA Trainer & Inference — Code Explanation
414
 
415
  This interface supports training, inference, and inspection of LoRA-enhanced models like Gemma 3B/4B.