CreitinGameplays
commited on
Commit
•
7984171
1
Parent(s):
c2f3e10
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def generate_text(user_prompt):
|
|
42 |
interface = gr.Interface(
|
43 |
fn=generate_text,
|
44 |
inputs=[
|
45 |
-
gr.Textbox(label="Text Prompt", value="
|
46 |
],
|
47 |
outputs="text",
|
48 |
description="Interact with BLOOM-3b-conversational (Loaded with Hugging Face Transformers)",
|
|
|
42 |
interface = gr.Interface(
|
43 |
fn=generate_text,
|
44 |
inputs=[
|
45 |
+
gr.Textbox(label="Text Prompt", value="What's an AI?"),
|
46 |
],
|
47 |
outputs="text",
|
48 |
description="Interact with BLOOM-3b-conversational (Loaded with Hugging Face Transformers)",
|