Spaces:
Sleeping
Sleeping
kingabzpro
commited on
Commit
β’
8e54533
1
Parent(s):
db70a5f
Update Gradio/app.py
Browse files- Gradio/app.py +1 -1
Gradio/app.py
CHANGED
@@ -66,7 +66,7 @@ def main():
|
|
66 |
theme='JohnSmith9982/small_and_pretty'
|
67 |
)
|
68 |
|
69 |
-
iface.launch(
|
70 |
|
71 |
|
72 |
# enable_queue=True,auth=("admin", "pass1234")
|
|
|
66 |
theme='JohnSmith9982/small_and_pretty'
|
67 |
)
|
68 |
|
69 |
+
iface.launch()
|
70 |
|
71 |
|
72 |
# enable_queue=True,auth=("admin", "pass1234")
|