Spaces:
Runtime error
Runtime error
Aishwarya Solanki
commited on
Commit
·
0613fa7
1
Parent(s):
e3508f0
logs url updated
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -191,7 +191,7 @@ with gr.Blocks(theme=gr.themes.Base) as ui:
|
|
| 191 |
outputs=ranker_output, api_name="ranker")
|
| 192 |
|
| 193 |
|
| 194 |
-
gr.Button(value="You can checkout the results at path - ./src/logs/", link="https://
|
| 195 |
key.change(fn=openAIKey, inputs=key, outputs=message)
|
| 196 |
|
| 197 |
|
|
|
|
| 191 |
outputs=ranker_output, api_name="ranker")
|
| 192 |
|
| 193 |
|
| 194 |
+
gr.Button(value="You can checkout the results at path - ./src/logs/", link="https://huggingface.co/spaces/Asolanki97/GPTLens/tree/main/src/logs")
|
| 195 |
key.change(fn=openAIKey, inputs=key, outputs=message)
|
| 196 |
|
| 197 |
|