OzoneAsai commited on
Commit
b5d7b7a
·
1 Parent(s): eb47558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ interface = gr.Interface(
41
  fn=generate_text,
42
  inputs=input_text,
43
  outputs=output_text,
44
- title=usag,
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()