Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,4 +40,4 @@ demo = gr.Interface(
|
|
40 |
description = "Text Generator. \n Temperature control randomness, lowering results in less random completions. As approach the zero, the model becomes more repetitive."
|
41 |
)
|
42 |
|
43 |
-
demo.
|
|
|
40 |
description = "Text Generator. \n Temperature control randomness, lowering results in less random completions. As approach the zero, the model becomes more repetitive."
|
41 |
)
|
42 |
|
43 |
+
demo.launch()
|