Spaces:
Paused
Paused
Abid
commited on
Commit
·
e766bf7
1
Parent(s):
f6daf3a
favicon added and auth
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(favicon_path=favicon) # enable_queue=True,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,auth=("admin", "pass1234")) # enable_queue=True,auth=("admin", "pass1234")
|