Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ def run_script(text: str):
|
|
| 25 |
options.add_argument('--disable-dev-shm-usage')
|
| 26 |
|
| 27 |
try:
|
| 28 |
-
url = "https://
|
| 29 |
driver = webdriver.Chrome(options=options)
|
| 30 |
driver.get(url)
|
| 31 |
#html=driver.page_source
|
|
|
|
| 25 |
options.add_argument('--disable-dev-shm-usage')
|
| 26 |
|
| 27 |
try:
|
| 28 |
+
url = "https://omnibus-txt2img-static.static.hf.space/index.html?txt=%3Ccenter%3Esdlfkjsa%3Bdlfk+asd+fas%3Bdf+asdjfas%3Cbr%3Edflksdlfksjsdlkf++sdflsdlfksdfjsdlkfjsd%3Bfjsd%3Bflk+++sdsd%3Cbr%3E"
|
| 29 |
driver = webdriver.Chrome(options=options)
|
| 30 |
driver.get(url)
|
| 31 |
#html=driver.page_source
|