Spaces:
Sleeping
Sleeping
Commit
·
1ceae83
1
Parent(s):
942224b
third commit
Browse files
app.py
CHANGED
|
@@ -2,8 +2,9 @@ import subprocess
|
|
| 2 |
import sys
|
| 3 |
|
| 4 |
# Install gradio manually
|
|
|
|
| 5 |
subprocess.check_call([sys.executable, "-m", "pip", "install", "gradio"])
|
| 6 |
-
|
| 7 |
import gradio as gr
|
| 8 |
|
| 9 |
def greet(name):
|
|
|
|
| 2 |
import sys
|
| 3 |
|
| 4 |
# Install gradio manually
|
| 5 |
+
print(">>>Start of the building")
|
| 6 |
subprocess.check_call([sys.executable, "-m", "pip", "install", "gradio"])
|
| 7 |
+
print(">>>Step started!")
|
| 8 |
import gradio as gr
|
| 9 |
|
| 10 |
def greet(name):
|