Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- gradioa.py +1 -0
gradioa.py
CHANGED
|
@@ -4,6 +4,7 @@ import asyncio
|
|
| 4 |
import Main
|
| 5 |
import os
|
| 6 |
os.system('playwright install')
|
|
|
|
| 7 |
|
| 8 |
def greet(name, intensity):
|
| 9 |
return "Hello, " + name + "!" * int(intensity)
|
|
|
|
| 4 |
import Main
|
| 5 |
import os
|
| 6 |
os.system('playwright install')
|
| 7 |
+
os.system('sudo playwright install-deps')
|
| 8 |
|
| 9 |
def greet(name, intensity):
|
| 10 |
return "Hello, " + name + "!" * int(intensity)
|