Spaces:
Sleeping
Sleeping
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ else:
|
|
101 |
power_device = "CPU"
|
102 |
|
103 |
def limiter(txt):
|
104 |
-
return
|
105 |
|
106 |
with gr.Blocks(theme=gr.themes.Soft(),css=css) as demo:
|
107 |
with gr.Column(elem_id="col-container"):
|
|
|
101 |
power_device = "CPU"
|
102 |
|
103 |
def limiter(txt):
|
104 |
+
return txt[:38]
|
105 |
|
106 |
with gr.Blocks(theme=gr.themes.Soft(),css=css) as demo:
|
107 |
with gr.Column(elem_id="col-container"):
|