Spaces:
Paused
Paused
Abid
commited on
Commit
·
441ba3e
1
Parent(s):
f3750b3
favicon added
Browse files- app/app_savta.py +1 -1
app/app_savta.py
CHANGED
@@ -24,4 +24,4 @@ def sepia(input_img):
|
|
24 |
|
25 |
iface = gr.Interface(sepia, gr.inputs.Image(shape=(200, 200)), "image", title = title, description = description, article = article, examples = examples, thumbnail = thumbnail,theme ="peach")
|
26 |
|
27 |
-
iface.launch(auth=("admin", "pass1234")
|
|
|
24 |
|
25 |
iface = gr.Interface(sepia, gr.inputs.Image(shape=(200, 200)), "image", title = title, description = description, article = article, examples = examples, thumbnail = thumbnail,theme ="peach")
|
26 |
|
27 |
+
iface.launch(favicon_path=favicon) # enable_queue=True,auth=("admin", "pass1234")
|