Spaces:
Paused
Paused
Commit
·
d80541a
1
Parent(s):
fa9177d
comment
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def params(config):
|
|
87 |
def build_inference_api():
|
88 |
inference = InferenceApi(
|
89 |
repo_id="debatelab/argument-analyst",
|
90 |
-
# token=st.secrets['api_token']
|
91 |
)
|
92 |
return inference
|
93 |
#config.max_answer = 450
|
|
|
87 |
def build_inference_api():
|
88 |
inference = InferenceApi(
|
89 |
repo_id="debatelab/argument-analyst",
|
90 |
+
# token=st.secrets['api_token'] # for free without token, but faster with token
|
91 |
)
|
92 |
return inference
|
93 |
#config.max_answer = 450
|