Spaces:
Runtime error
Runtime error
Commit
·
72d0264
1
Parent(s):
cd3e20f
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def the_process(input_text, model_choice):
|
|
36 |
print("Inside the_process for python 0", pythonFlag)
|
37 |
global output
|
38 |
print("Inside the_process for python 1", model_choice)
|
39 |
-
if(model_choice==
|
40 |
if(pythonFlag == "false"):
|
41 |
print("Inside llama for python")
|
42 |
tokenizer = AutoTokenizer.from_pretrained("nadiamaqbool81/starcoderbase-1b-hf_python")
|
|
|
36 |
print("Inside the_process for python 0", pythonFlag)
|
37 |
global output
|
38 |
print("Inside the_process for python 1", model_choice)
|
39 |
+
if(model_choice==1):
|
40 |
if(pythonFlag == "false"):
|
41 |
print("Inside llama for python")
|
42 |
tokenizer = AutoTokenizer.from_pretrained("nadiamaqbool81/starcoderbase-1b-hf_python")
|