Spaces:
Sleeping
Sleeping
Commit
•
2406b79
1
Parent(s):
3857c1f
Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,6 @@ with block:
|
|
21 |
btn.click(dream, inputs=prompt, outputs=[gallery])
|
22 |
|
23 |
|
24 |
-
app = gr.mount_gradio_app(app, block, "/"
|
25 |
app.mount("/img", StaticFiles(directory="images", html=True), name="images")
|
26 |
uvicorn.run(app, host="0.0.0.0", port=7860)
|
|
|
21 |
btn.click(dream, inputs=prompt, outputs=[gallery])
|
22 |
|
23 |
|
24 |
+
app = gr.mount_gradio_app(app, block, "/")
|
25 |
app.mount("/img", StaticFiles(directory="images", html=True), name="images")
|
26 |
uvicorn.run(app, host="0.0.0.0", port=7860)
|