NihalGazi commited on
Commit
01509da
·
verified ·
1 Parent(s): 8aedbe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ interface = gr.Interface(
17
  gr.Number(value=50, label="Max Length", precision=0, minimum=10, maximum=200) # Using Number instead of Slider
18
  ],
19
  outputs="text",
20
- title="Text Generation with Hugging Face",
21
- description="Generate text based on the provided prompt using Hugging Face's models."
22
  )
23
 
24
  # Launch the interface
 
17
  gr.Number(value=50, label="Max Length", precision=0, minimum=10, maximum=200) # Using Number instead of Slider
18
  ],
19
  outputs="text",
20
+ title="Text Generation with GPT-2",
21
+ description="Generate text based on the provided prompt using the earliest version of ChatGPT. (Made By Nihal Gazi)"
22
  )
23
 
24
  # Launch the interface