SameerJugno commited on
Commit
e06a301
·
verified ·
1 Parent(s): 54cf79d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@
56
  # iface = gr.Interface(fn=predict, inputs="text", outputs="text", title="LoRA Model Demo")
57
  # iface.launch()
58
 
59
- // Here is the new code with intent to optimize
60
  from transformers import AutoTokenizer, AutoModelForCausalLM
61
  from peft import PeftModel
62
  import torch
 
56
  # iface = gr.Interface(fn=predict, inputs="text", outputs="text", title="LoRA Model Demo")
57
  # iface.launch()
58
 
59
+ # // Here is the new code with intent to optimize
60
  from transformers import AutoTokenizer, AutoModelForCausalLM
61
  from peft import PeftModel
62
  import torch