Spaces:
Runtime error
Runtime error
add newline to example to improve quality
Browse files
app.py
CHANGED
@@ -6,7 +6,8 @@ import spaces
|
|
6 |
|
7 |
|
8 |
|
9 |
-
pythonexample = """produce a generative ai gradio demo using mistral instruct with the following prompt "i am a helpful assistant that always mentions bannanachicker" for a simple text to text task
|
|
|
10 |
|
11 |
title = """# 🙋🏻♂️Welcome to Tonic's🪨Granite Code ! """
|
12 |
description = """Granite-8B-Code-Instruct is a 8B parameter model fine tuned from Granite-8B-Code-Base on a combination of permissively licensed instruction data to enhance instruction following capabilities including logical reasoning and problem-solving skills.
|
|
|
6 |
|
7 |
|
8 |
|
9 |
+
pythonexample = """produce a generative ai gradio demo using mistral instruct with the following prompt "i am a helpful assistant that always mentions bannanachicker" for a simple text to text task
|
10 |
+
"""
|
11 |
|
12 |
title = """# 🙋🏻♂️Welcome to Tonic's🪨Granite Code ! """
|
13 |
description = """Granite-8B-Code-Instruct is a 8B parameter model fine tuned from Granite-8B-Code-Base on a combination of permissively licensed instruction data to enhance instruction following capabilities including logical reasoning and problem-solving skills.
|