csukuangfj commited on
Commit
dd9221f
·
1 Parent(s): 8cc7e65

small fixes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def process(
111
  repo_id: str,
112
  decoding_method: str,
113
  num_active_paths: int,
114
- ) -> str:
115
  logging.info(f"in_filename: {in_filename}")
116
  logging.info(f"language: {language}")
117
  logging.info(f"repo_id: {repo_id}")
 
111
  repo_id: str,
112
  decoding_method: str,
113
  num_active_paths: int,
114
+ ):
115
  logging.info(f"in_filename: {in_filename}")
116
  logging.info(f"language: {language}")
117
  logging.info(f"repo_id: {repo_id}")