Spaces:
Runtime error
Runtime error
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")
|