Spaces:
Runtime error
Runtime error
Akshay Vs
commited on
Commit
•
f894644
1
Parent(s):
b4a2738
Added functionality
Browse files
app.py
CHANGED
@@ -47,6 +47,6 @@ if text:
|
|
47 |
for _ in range(50):
|
48 |
result = generate(text)
|
49 |
text=slice(result)
|
50 |
-
st.write(
|
51 |
#with concurrent.futures.ThreadPoolExecutor() as executor:
|
52 |
# executor.submit(type_text, result.replace(text,""))
|
|
|
47 |
for _ in range(50):
|
48 |
result = generate(text)
|
49 |
text=slice(result)
|
50 |
+
st.write(result)
|
51 |
#with concurrent.futures.ThreadPoolExecutor() as executor:
|
52 |
# executor.submit(type_text, result.replace(text,""))
|