Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
·
d1c4794
1
Parent(s):
7aaad3c
HF doesn't accept Shared = True
Browse files
app.py
CHANGED
@@ -16,6 +16,6 @@ def greet(name):
|
|
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)
|
|
|
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)
|