Spaces:
Paused
Paused
Commit
·
fa9177d
1
Parent(s):
3437665
no token
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']
|
91 |
)
|
92 |
return inference
|
93 |
#config.max_answer = 450
|