bstraehle commited on
Commit
1292850
1 Parent(s): af8b168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -165,13 +165,12 @@ gr.ChatInterface(
165
  retry_btn=None,
166
  undo_btn=None,
167
  examples=[
168
- [{"text": "Generate: Python code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA", "files": []}],
169
- [{"text": "Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\"", "files": []}],
170
- [{"text": "Fix: x = [5, 2, 1, 3, 4]; print(x.sort())", "files": []}],
171
- [{"text": "Optimize: x = []; for i in range(0, 10000): x.append(i)", "files": []}],
172
- [{"text": "Execute: First 25 Fibbonaci numbers", "files": []}],
173
- [{"text": "Execute: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'", "files": []}],
174
  ],
175
  cache_examples=False,
176
- multimodal=False,
177
  ).launch()
 
165
  retry_btn=None,
166
  undo_btn=None,
167
  examples=[
168
+ ["Generate: Python code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA"],
169
+ ["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
170
+ ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())",
171
+ ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
172
+ ["Execute: First 25 Fibbonaci numbers",
173
+ ["Execute: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'",
174
  ],
175
  cache_examples=False,
 
176
  ).launch()