Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
"""Gradio_GPT_bot.ipynb
|
3 |
-
|
|
|
4 |
Automatically generated by Colaboratory.
|
5 |
|
6 |
Original file is located at
|
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
"""Gradio_GPT_bot.ipynb
|
3 |
+
import os
|
4 |
+
os.system ('export TRANSFORMERS_CACHE = /my/cache/dir')
|
5 |
Automatically generated by Colaboratory.
|
6 |
|
7 |
Original file is located at
|