Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from sympy.strategies import tryit
|
| 3 |
import selimium_try
|
| 4 |
-
import subprocess
|
| 5 |
-
|
| 6 |
-
# Ensure Playwright browsers are installed (without requiring sudo)
|
| 7 |
-
subprocess.run(["playwright", "install", "--with-deps", "--force"])
|
| 8 |
-
|
| 9 |
|
| 10 |
def greet(name):
|
| 11 |
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from sympy.strategies import tryit
|
| 3 |
import selimium_try
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
def greet(name):
|
| 6 |
|