Spaces:
Runtime error
Runtime error
Update gp_app.py
Browse files
gp_app.py
CHANGED
@@ -12,6 +12,11 @@
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
|
|
|
|
|
|
|
|
|
|
|
15 |
import os
|
16 |
|
17 |
import gradio as gr
|
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
|
15 |
+
'''
|
16 |
+
pip uninstall torch xformers torchvision torchaudio
|
17 |
+
pip install torch xformers torchvision torchaudio
|
18 |
+
'''
|
19 |
+
|
20 |
import os
|
21 |
|
22 |
import gradio as gr
|