Spaces:
Runtime error
Runtime error
Commit
·
4ebd536
1
Parent(s):
435dfc5
test
Browse files- __pycache__/run_llm.cpython-311.pyc +0 -0
- app.py +3 -3
__pycache__/run_llm.cpython-311.pyc
CHANGED
|
Binary files a/__pycache__/run_llm.cpython-311.pyc and b/__pycache__/run_llm.cpython-311.pyc differ
|
|
|
app.py
CHANGED
|
@@ -42,9 +42,9 @@ iface = gr.Interface(
|
|
| 42 |
gr.Textbox(label="Input Text", placeholder="Enter the text to process..."),
|
| 43 |
],
|
| 44 |
outputs=[
|
| 45 |
-
gr.Textbox(label="Strategy 1 QA Result"
|
| 46 |
-
gr.Textbox(label="Strategy 2 Instruction Result"
|
| 47 |
-
gr.Textbox(label="Strategy 3 Structured Prompting Result"
|
| 48 |
],
|
| 49 |
theme = theme,
|
| 50 |
live=False,
|
|
|
|
| 42 |
gr.Textbox(label="Input Text", placeholder="Enter the text to process..."),
|
| 43 |
],
|
| 44 |
outputs=[
|
| 45 |
+
gr.Textbox(label="Strategy 1 QA Result"),
|
| 46 |
+
gr.Textbox(label="Strategy 2 Instruction Result"),
|
| 47 |
+
gr.Textbox(label="Strategy 3 Structured Prompting Result"),
|
| 48 |
],
|
| 49 |
theme = theme,
|
| 50 |
live=False,
|