Spaces:
Runtime error
Runtime error
kevinbednarek
commited on
Commit
β’
4095cc1
1
Parent(s):
cd35c5e
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
pip install accelerate>=0.12.0 transformers[torch]==4.25.1
|
2 |
-
pip install gradio
|
3 |
|
4 |
import torch
|
5 |
import gradio as gr
|
|
|
1 |
+
%pip install accelerate>=0.12.0 transformers[torch]==4.25.1
|
2 |
+
%pip install gradio
|
3 |
|
4 |
import torch
|
5 |
import gradio as gr
|