Spaces:
Sleeping
Sleeping
Commit
·
46d4631
1
Parent(s):
843f1d4
Update app.py
Browse files
app.py
CHANGED
@@ -14,5 +14,5 @@ def generate_text(prompt):
|
|
14 |
text = tokenizer.decode(output[0], skip_special_tokens=True)
|
15 |
return text
|
16 |
|
17 |
-
demo = gr.Interface(fn=generate_text, inputs="text", outputs="text", live=
|
18 |
demo.launch()
|
|
|
14 |
text = tokenizer.decode(output[0], skip_special_tokens=True)
|
15 |
return text
|
16 |
|
17 |
+
demo = gr.Interface(fn=generate_text, inputs="text", outputs="text", live=False)
|
18 |
demo.launch()
|