Spaces:
Runtime error
Runtime error
csukuangfj
commited on
Commit
·
dd9221f
1
Parent(s):
8cc7e65
small fixes
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def process(
|
|
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}")
|
|
|
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}")
|