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

add: helper links

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -4,7 +4,15 @@ from huggingface_hub import InferenceClient
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. see: https://github.com/jgwill/jghfmanager?tab=readme-ov-file#config
 
 
 
 
 
 
 
 
8
  """
9
 
10
 
 
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.
8
+
9
+
10
+ For more information on the CLI Helpers,
11
+ configure the 'ohfi': https://github.com/jgwill/jghfmanager?tab=readme-ov-file#config
12
+ make a request to the HuggingFace Inference API to use the command 'ohfi': https://github.com/jgwill/jghfmanager?tab=readme-ov-file#musical-inference-request
13
+ post command 'oabc <inputfile>' to convert ABC file to Orpheus formats, see: https://github.com/jgwill/orpheuspypractice?tab=readme-ov-file#installation
14
+
15
+
16
  """
17
 
18