Tonic commited on
Commit
8f81853
·
1 Parent(s): 309bd62

fixing example and presentation

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -6,15 +6,9 @@ import spaces
6
 
7
 
8
 
9
- pythonexample = """import gradio as gr
10
 
11
- def greet(name):
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)