Update app.py
Browse files
app.py
CHANGED
@@ -53,6 +53,6 @@ def process(model_id, dataset):
|
|
53 |
|
54 |
demo = gr.Interface(fn=process,
|
55 |
inputs=[gr.Textbox(label = "Model ID", value = "meta-llama/Meta-Llama-3-8B-Instruct", lines = 1),
|
56 |
-
gr.Textbox(label = "Dataset", value = "
|
57 |
outputs=[gr.Textbox(label = "Completion")])
|
58 |
demo.launch()
|
|
|
53 |
|
54 |
demo = gr.Interface(fn=process,
|
55 |
inputs=[gr.Textbox(label = "Model ID", value = "meta-llama/Meta-Llama-3-8B-Instruct", lines = 1),
|
56 |
+
gr.Textbox(label = "Dataset", value = "gretelai/synthetic_text_to_sql", lines = 1)],
|
57 |
outputs=[gr.Textbox(label = "Completion")])
|
58 |
demo.launch()
|