Defalt-404 commited on
Commit
02ec47f
1 Parent(s): c42e723

added examples

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -126,7 +126,8 @@ interface = gr.Interface(
126
  outputs=gr.outputs.Textbox(label="Model Responses"),
127
  title="Explore Bittensor Miners",
128
  description="Enter parameters as per you want and get response",
129
-
130
- )
 
131
 
132
  interface.launch(enable_queue=True)
 
126
  outputs=gr.outputs.Textbox(label="Model Responses"),
127
  title="Explore Bittensor Miners",
128
  description="Enter parameters as per you want and get response",
129
+ examples=[["Your task is to provide consise response of user prompts", "TOP", 5, 'What is Bittensor?']
130
+ ,["Your task is to provide accurate, lengthy response with good lexical flow", "BENCHMARK", 5, "What is neural network and how its feeding mechanism works?"],
131
+ ["Act like you're in the technology field for 10+ year and give unbiased opinion", "UIDs", '975,517,906,743,869' , "What are the potential ethical concerns surrounding artificial intelligence and machine learning in healthcare?"]])
132
 
133
  interface.launch(enable_queue=True)