Spaces:
Paused
Paused
Abid
commited on
Commit
•
4e99e6b
1
Parent(s):
c67874b
favicon added and auth bug fixed
Browse files- app/app_savta.py +1 -1
app/app_savta.py
CHANGED
@@ -22,6 +22,6 @@ def sepia(input_img):
|
|
22 |
return sepia_img
|
23 |
|
24 |
|
25 |
-
iface = gr.Interface(sepia, gr.inputs.Image(shape=(200, 200)), "image", title = title, description = description, article = article, examples = examples,
|
26 |
|
27 |
iface.launch(favicon_path=favicon,auth=("admin", "pass1234")) # enable_queue=True,auth=("admin", "pass1234")
|
|
|
22 |
return sepia_img
|
23 |
|
24 |
|
25 |
+
iface = gr.Interface(sepia, gr.inputs.Image(shape=(200, 200)), "image", title = title, description = description, article = article, examples = examples,theme ="peach")
|
26 |
|
27 |
iface.launch(favicon_path=favicon,auth=("admin", "pass1234")) # enable_queue=True,auth=("admin", "pass1234")
|