Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ from strings import DEFAULT_EXAMPLES
|
|
3 |
from strings import SPECIAL_STRS
|
4 |
from styles import PARENT_BLOCK_CSS
|
5 |
|
|
|
|
|
6 |
import time
|
7 |
import gradio as gr
|
8 |
|
|
|
3 |
from strings import SPECIAL_STRS
|
4 |
from styles import PARENT_BLOCK_CSS
|
5 |
|
6 |
+
from constants import num_of_characters_to_keep
|
7 |
+
|
8 |
import time
|
9 |
import gradio as gr
|
10 |
|