Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EleutherAI
/
magma
like
47
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
osanseviero
commited on
Mar 17, 2022
Commit
e4f5644
·
1 Parent(s):
02cd541
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,6 +1,7 @@
1
2
import os
3
os.system("pip install deepspeed")
4
5
import gradio as gr
6
import re
1
2
import os
3
os.system("pip install deepspeed")
4
+
os.system("pip freeze")
5
6
import gradio as gr
7
import re