Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ interface = gr.Interface(
|
|
41 |
fn=generate_text,
|
42 |
inputs=input_text,
|
43 |
outputs=output_text,
|
44 |
-
title=
|
45 |
description="Enter a prompt in Japanese to generate text."
|
46 |
)
|
47 |
interface.launch()
|
|
|
41 |
fn=generate_text,
|
42 |
inputs=input_text,
|
43 |
outputs=output_text,
|
44 |
+
title=get_memory_usage(),
|
45 |
description="Enter a prompt in Japanese to generate text."
|
46 |
)
|
47 |
interface.launch()
|