csukuangfj commited on
Commit
d4f9156
·
1 Parent(s): 746b718

update info

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def build_html_output(s: str, style: str = "result_item_success"):
136
 
137
 
138
  def process(language: str, repo_id: str, text: str, sid: str, speed: float):
139
- MyPrint(f"Input text {len(text)}: {text}. sid: {sid}, speed: {speed}")
140
  if len(text) > 1000:
141
  info = """
142
  To ensure this space is responsive, please use short text for testing.<br/>
 
136
 
137
 
138
  def process(language: str, repo_id: str, text: str, sid: str, speed: float):
139
+ MyPrint(f"Input text {len(text)}: {text[:1000]}. sid: {sid}, speed: {speed}")
140
  if len(text) > 1000:
141
  info = """
142
  To ensure this space is responsive, please use short text for testing.<br/>