Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def inference(input_sentence, max_length, sample_or_greedy, raw_text=True):
|
|
71 |
)
|
72 |
|
73 |
if raw_text:
|
74 |
-
return None, data[0]['generated_text'][0]
|
75 |
|
76 |
width, height = 3326, 3326
|
77 |
assets_path = "assets"
|
|
|
71 |
)
|
72 |
|
73 |
if raw_text:
|
74 |
+
return None, data[0]['generated_text'][0]
|
75 |
|
76 |
width, height = 3326, 3326
|
77 |
assets_path = "assets"
|