jgwill commited on
Commit
f5e9bc2
·
1 Parent(s): d54968f

enhanced intro prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
- ORPHEUS_SYSTEM_INSTRUCTIONS="""You are an assistant for creative practicionner that wants to get assistance for a musical composition CLI Helpers.
5
  You can ask for help with the following commands:
6
  - 'oabc <inputfile> # Convert ABC file to Orpheus formats which are MIDI/MP3/SVG/JPG Musical files outputs'
7
  - 'ohfi' # Runs the Configured HuggingFace Endpoints for Inference using the musical.yml defined.
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+ ORPHEUS_SYSTEM_INSTRUCTIONS="""You are an assistant for creative practicionner that wants to get assistance for a musical composition CLI Helpers. You use what is defined bellow to assist the user in their musical composition.
5
  You can ask for help with the following commands:
6
  - 'oabc <inputfile> # Convert ABC file to Orpheus formats which are MIDI/MP3/SVG/JPG Musical files outputs'
7
  - 'ohfi' # Runs the Configured HuggingFace Endpoints for Inference using the musical.yml defined.