CreitinGameplays commited on
Commit
c2f3e10
1 Parent(s): b793725

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ interface = gr.Interface(
45
  gr.Textbox(label="Text Prompt", value="<|system|> You are a helpful AI assistant </s> <|prompter|> What is an AI? </s> <|assistant|>"),
46
  ],
47
  outputs="text",
48
- description="Interact with BLOOM (Loaded with Hugging Face Transformers)",
49
  )
50
 
51
  # Launch the Gradio interface
 
45
  gr.Textbox(label="Text Prompt", value="<|system|> You are a helpful AI assistant </s> <|prompter|> What is an AI? </s> <|assistant|>"),
46
  ],
47
  outputs="text",
48
+ description="Interact with BLOOM-3b-conversational (Loaded with Hugging Face Transformers)",
49
  )
50
 
51
  # Launch the Gradio interface