Spaces:
Sleeping
Sleeping
Commit
·
1a2a55f
1
Parent(s):
8516bf9
Removed os import lines
Browse files
app.py
CHANGED
@@ -11,10 +11,6 @@ Original file is located at
|
|
11 |
# %%capture
|
12 |
# !pip install gradio transformers==4.28.0 datasets
|
13 |
|
14 |
-
import os
|
15 |
-
|
16 |
-
os.system("pip install transformers==4.28.0 datasets")
|
17 |
-
|
18 |
import gradio as gr
|
19 |
|
20 |
# def greet(name):
|
|
|
11 |
# %%capture
|
12 |
# !pip install gradio transformers==4.28.0 datasets
|
13 |
|
|
|
|
|
|
|
|
|
14 |
import gradio as gr
|
15 |
|
16 |
# def greet(name):
|