stevez commited on
Commit
d4cb960
·
1 Parent(s): 655703b

disable gradio_client output

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. app.py +1 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .venv
app.py CHANGED
@@ -61,6 +61,7 @@ def run(hf_token, service, game, functionality, nlp_command):
61
  client = Client(
62
  url,
63
  hf_token=hf_token,
 
64
  )
65
  res = client.predict(
66
  service, game, functionality, nlp_command,
 
61
  client = Client(
62
  url,
63
  hf_token=hf_token,
64
+ verbose=False,
65
  )
66
  res = client.predict(
67
  service, game, functionality, nlp_command,