Commit
·
0f143d9
1
Parent(s):
110c73f
question update and open API update
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ STOP_SEQUENCES = ["\nUser:", "<|endoftext|>", " User:", "###"]
|
|
14 |
|
15 |
EXAMPLES = [
|
16 |
["圖書館與家相距864 m。爸爸以0.7 m/s的平均速率從圖書館沿一直路步行回家。同一時間,子琪以0.5 m/s的平均速率從家步向圖書館。兩人會在多少分鐘後相遇?請用詳細的步驟方式回覆。"],
|
17 |
-
["What
|
18 |
["Give me a list of the top 10 dive sites you would recommend around the world."],
|
19 |
["Can you tell me more about deep-water soloing?"],
|
20 |
["Can you write a short tweet about the release of our latest AI model, Falcon LLM?"]
|
@@ -142,4 +142,4 @@ with gr.Blocks() as demo:
|
|
142 |
additional_inputs=additional_inputs,
|
143 |
)
|
144 |
|
145 |
-
demo.queue(concurrency_count=100, api_open=
|
|
|
14 |
|
15 |
EXAMPLES = [
|
16 |
["圖書館與家相距864 m。爸爸以0.7 m/s的平均速率從圖書館沿一直路步行回家。同一時間,子琪以0.5 m/s的平均速率從家步向圖書館。兩人會在多少分鐘後相遇?請用詳細的步驟方式回覆。"],
|
17 |
+
["What is the history of The Education University of Hong Kong?"],
|
18 |
["Give me a list of the top 10 dive sites you would recommend around the world."],
|
19 |
["Can you tell me more about deep-water soloing?"],
|
20 |
["Can you write a short tweet about the release of our latest AI model, Falcon LLM?"]
|
|
|
142 |
additional_inputs=additional_inputs,
|
143 |
)
|
144 |
|
145 |
+
demo.queue(concurrency_count=100, api_open=True).launch(show_api=True)
|