Spaces:
Running
Running
MekkCyber
commited on
Commit
·
013fddc
1
Parent(s):
ca6f202
update
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def run_inference(model_name, input_text, num_tokens=6):
|
|
58 |
except Exception as e:
|
59 |
return str(e), None
|
60 |
|
61 |
-
def run_transformers(
|
62 |
|
63 |
# if oauth_token is None :
|
64 |
# return "Error : To Compare please login to your HF account and make sure you have access to the used Llama models"
|
|
|
58 |
except Exception as e:
|
59 |
return str(e), None
|
60 |
|
61 |
+
def run_transformers(model_name, input_text, num_tokens):
|
62 |
|
63 |
# if oauth_token is None :
|
64 |
# return "Error : To Compare please login to your HF account and make sure you have access to the used Llama models"
|