Update app.py
Browse files
app.py
CHANGED
|
@@ -8,4 +8,4 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 8 |
gr.load("models/prithivMLmods/Kontext-Watermark-Remover", accept_token=button, provider="auto")
|
| 9 |
|
| 10 |
# Launch the app
|
| 11 |
-
demo.launch(
|
|
|
|
| 8 |
gr.load("models/prithivMLmods/Kontext-Watermark-Remover", accept_token=button, provider="auto")
|
| 9 |
|
| 10 |
# Launch the app
|
| 11 |
+
demo.launch()
|