bstraehle commited on
Commit
a11240b
1 Parent(s): ffbcd18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,7 +99,7 @@ def process(model_id, dataset):
99
  return "Done"
100
 
101
  demo = gr.Interface(fn=process,
102
- inputs=[gr.Textbox(label = "Model ID", value = "google/gemma-2-9b", lines = 1),
103
- gr.Textbox(label = "Dataset", value = "imdb", lines = 1)],
104
  outputs=[gr.Textbox(label = "Completion")])
105
  demo.launch()
 
99
  return "Done"
100
 
101
  demo = gr.Interface(fn=process,
102
+ inputs=[gr.Textbox(label = "Model ID", value = "codellama/CodeLlama-7b-hf", lines = 1),
103
+ gr.Textbox(label = "Dataset", value = "open-assistance/prompting", lines = 1)],
104
  outputs=[gr.Textbox(label = "Completion")])
105
  demo.launch()