Spaces:
Runtime error
Runtime error
fixing example and presentation
Browse files
app.py
CHANGED
@@ -6,15 +6,9 @@ import spaces
|
|
6 |
|
7 |
|
8 |
|
9 |
-
pythonexample = """
|
10 |
|
11 |
-
|
12 |
-
return "Hello " + name + "!!"
|
13 |
-
|
14 |
-
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
|
15 |
-
demo.launch()"""
|
16 |
-
|
17 |
-
title = """🙋🏻♂️Welcome to Tonic's Granite Code ! """
|
18 |
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.
|
19 |
### Join us :
|
20 |
TeamTonic is always making cool demos! Join our active builder's community on Discord: [Discord](https://discord.gg/GWpVpekp) On Huggingface: [TeamTonic](https://huggingface.co/TeamTonic) & [MultiTransformer](https://huggingface.co/MultiTransformer) On Github: [Polytonic](https://github.com/tonic-ai) & contribute to [multitonic](https://github.com/multitonic/multitonic)
|
|
|
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.
|
13 |
### Join us :
|
14 |
TeamTonic is always making cool demos! Join our active builder's community on Discord: [Discord](https://discord.gg/GWpVpekp) On Huggingface: [TeamTonic](https://huggingface.co/TeamTonic) & [MultiTransformer](https://huggingface.co/MultiTransformer) On Github: [Polytonic](https://github.com/tonic-ai) & contribute to [multitonic](https://github.com/multitonic/multitonic)
|