Spaces:
Runtime error
Runtime error
Kaoticnitemayr
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,3 @@
|
|
1 |
-
import
|
2 |
|
3 |
-
|
4 |
-
headers = {"Authorization": "Bearer APS-kQ1MVW2vm3BwsDB37d0r0aifZI5ABqa3"}
|
5 |
-
|
6 |
-
def query(payload):
|
7 |
-
response = requests.post(API_URL, headers=headers, json=payload)
|
8 |
-
return response.content
|
9 |
-
image_bytes = query({
|
10 |
-
"inputs": "Astronaut riding a horse",
|
11 |
-
})
|
|
|
1 |
+
import gradio as gr
|
2 |
|
3 |
+
gr.load("models/ManuelHettich/acne3_unfiltered_selection_LoRA").launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|