Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def run_lora(prompt):
|
|
14 |
mLink+=str(re.split(":(?=http)",link["href"].replace("/url?q=","")))
|
15 |
return mLink
|
16 |
|
17 |
-
with gr.Blocks() as
|
18 |
gr.HTML("""<html>
|
19 |
<head>
|
20 |
<style>
|
|
|
14 |
mLink+=str(re.split(":(?=http)",link["href"].replace("/url?q=","")))
|
15 |
return mLink
|
16 |
|
17 |
+
with gr.Blocks() as app:
|
18 |
gr.HTML("""<html>
|
19 |
<head>
|
20 |
<style>
|