Spaces:
Running
Running
Update app.py
Browse files
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()
|