Muhammadidrees commited on
Commit
9d63291
·
verified ·
1 Parent(s): 1ccda99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -2,9 +2,6 @@ import gradio as gr
2
  from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig
3
  import torch
4
 
5
- # =======================================================
6
- # Load Model
7
- # =======================================================
8
  model_name = "augtoma/qCammel-13"
9
  print("Loading tokenizer and model...")
10
 
 
2
  from transformers import AutoTokenizer, AutoModelForCausalLM, GenerationConfig
3
  import torch
4
 
 
 
 
5
  model_name = "augtoma/qCammel-13"
6
  print("Loading tokenizer and model...")
7