Spaces:
Build error
Build error
Commit ·
11d6bf1
1
Parent(s): 4b3a148
attempt with os.system with pip
Browse files
app.py
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
|
| 3 |
import pandas as pd
|
| 4 |
import numpy as np
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
#multiple inputs are passed as arguments for the same function greet
|
| 7 |
def greet(file1, file2):
|
|
|
|
| 1 |
import gradio as gr
|
|
|
|
| 2 |
import pandas as pd
|
| 3 |
import numpy as np
|
| 4 |
+
import os
|
| 5 |
+
|
| 6 |
+
os.system('pip install openpyxl')
|
| 7 |
|
| 8 |
#multiple inputs are passed as arguments for the same function greet
|
| 9 |
def greet(file1, file2):
|