Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from generic import generate_visual
|
|
4 |
|
5 |
def generate_viz(text, target_class):
|
6 |
|
7 |
-
print(f"Input Text: {
|
8 |
print(f"Target Class: {target_class}")
|
9 |
text_batch=[]
|
10 |
text_batch.append(text)
|
|
|
4 |
|
5 |
def generate_viz(text, target_class):
|
6 |
|
7 |
+
print(f"Input Text: {text}")
|
8 |
print(f"Target Class: {target_class}")
|
9 |
text_batch=[]
|
10 |
text_batch.append(text)
|