Reubencf commited on
Commit
6995ea8
Β·
verified Β·
1 Parent(s): 7ba77da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -245,11 +245,11 @@ def generate_response(
245
 
246
  # ── UI ────────────────────────────────────────────────────────────────────────
247
  examples = [
248
- "What is the capital of Goa?",
249
- "Tell me about the Konkani language.",
250
- "What are famous beaches in Goa?",
251
- "Describe Goan fish curry.",
252
- "What is the history of Old Goa?",
253
  ]
254
 
255
  # Best-effort theme across versions
@@ -296,4 +296,4 @@ if __name__ == "__main__":
296
  print(f"🧩 Merge LoRA: {MERGE_LORA}")
297
  print("=" * 60 + "\n")
298
  # On Spaces, just calling launch() is fine.
299
- demo.launch()
 
245
 
246
  # ── UI ────────────────────────────────────────────────────────────────────────
247
  examples = [
248
+ ["What is the capital of Goa?", 0.7, 256, 0.95, 1.1],
249
+ ["Tell me about the Konkani language.", 0.7, 256, 0.95, 1.1],
250
+ ["What are famous beaches in Goa?", 0.7, 256, 0.95, 1.1],
251
+ ["Describe Goan fish curry.", 0.7, 256, 0.95, 1.1],
252
+ ["What is the history of Old Goa?", 0.7, 256, 0.95, 1.1],
253
  ]
254
 
255
  # Best-effort theme across versions
 
296
  print(f"🧩 Merge LoRA: {MERGE_LORA}")
297
  print("=" * 60 + "\n")
298
  # On Spaces, just calling launch() is fine.
299
+ demo.launch()