imperialwool commited on
Commit
9c83cdd
1 Parent(s): 13b479a

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +0 -1
gradio_app.py CHANGED
@@ -10,7 +10,6 @@ llama_model_name = "TheBloke/dolphin-2.2.1-AshhLimaRP-Mistral-7B-GGUF"
10
  print("! INITING DONE !")
11
 
12
  # Preparing things to work
13
- translator_tokenizer.src_lang = "en"
14
  title = "llama.cpp API"
15
  desc = '''<h1>Hello, world!</h1>
16
  This is showcase how to make own server with Llama2 model.<br>
 
10
  print("! INITING DONE !")
11
 
12
  # Preparing things to work
 
13
  title = "llama.cpp API"
14
  desc = '''<h1>Hello, world!</h1>
15
  This is showcase how to make own server with Llama2 model.<br>