Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fvwjtemlfmyztvgzla
/
alirezamsh-small100
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fvwjtemlfmyztvgzla
commited on
Jan 23, 2023
Commit
c3ec281
·
1 Parent(s):
699ee97
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
3
os.system("pip install transformers")
4
1
import gradio as gr
2
+
import os
3
4
os.system("pip install transformers")
5