Spaces:
Running
Running
Commit
·
40e3da3
1
Parent(s):
c13a85e
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -21,7 +21,7 @@ llama_model_name = "TheBloke/Llama-2-13B-chat-GGUF"
|
|
21 |
print("! INITING DONE !")
|
22 |
|
23 |
# Preparing things to work
|
24 |
-
translator_tokenizer.src_lang = "en"
|
25 |
title = "llama.cpp API"
|
26 |
desc = '''<style>a:visited{color:black;}</style>
|
27 |
<h1>Hello, world!</h1>
|
|
|
21 |
print("! INITING DONE !")
|
22 |
|
23 |
# Preparing things to work
|
24 |
+
#translator_tokenizer.src_lang = "en"
|
25 |
title = "llama.cpp API"
|
26 |
desc = '''<style>a:visited{color:black;}</style>
|
27 |
<h1>Hello, world!</h1>
|