Spaces:
Sleeping
Sleeping
Moibe commited on
Commit ·
93f1899
1
Parent(s): 7e770bd
Remove auth for embed test
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ def greet(name):
|
|
| 15 |
|
| 16 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 17 |
|
| 18 |
-
#iface.launch(auth=("admin", "pass1234"))
|
| 19 |
|
| 20 |
-
iface.launch(
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 17 |
|
|
|
|
| 18 |
|
| 19 |
+
iface.launch()
|
| 20 |
+
#iface.launch(auth=("admin", "pass1234"))
|
| 21 |
+
#iface.launch(auth=authenticate)
|