Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,6 +46,7 @@ def translate_with_upload(text, file):
|
|
| 46 |
|
| 47 |
if file is not None:
|
| 48 |
text_input = file.read().decode('utf-8')
|
|
|
|
| 49 |
# ν
μ€νΈμμ μ½λ λΈλ‘μ μ κ±°ν©λλ€.
|
| 50 |
text_input = re.sub(r'```.*?```', '', text_input, flags=re.DOTALL)
|
| 51 |
|
|
|
|
| 46 |
|
| 47 |
if file is not None:
|
| 48 |
text_input = file.read().decode('utf-8')
|
| 49 |
+
print(text_input)
|
| 50 |
# ν
μ€νΈμμ μ½λ λΈλ‘μ μ κ±°ν©λλ€.
|
| 51 |
text_input = re.sub(r'```.*?```', '', text_input, flags=re.DOTALL)
|
| 52 |
|