Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ interface = gr.Interface(
|
|
19 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Enter your prompt here..."),
|
20 |
outputs=gr.outputs.Textbox(),
|
21 |
live=True,
|
22 |
-
title="Astrid-
|
23 |
description="An interactive demo of the Stevross/Astrid-3B model from Hugging Face."
|
24 |
)
|
25 |
|
|
|
19 |
inputs=gr.inputs.Textbox(lines=5, placeholder="Enter your prompt here..."),
|
20 |
outputs=gr.outputs.Textbox(),
|
21 |
live=True,
|
22 |
+
title="Stevross/Astrid-3B",
|
23 |
description="An interactive demo of the Stevross/Astrid-3B model from Hugging Face."
|
24 |
)
|
25 |
|