Spaces:
Running
Running
ENABLING API USAGE
Browse files
app.py
CHANGED
|
@@ -649,4 +649,4 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme_5') as dalle:
|
|
| 649 |
|
| 650 |
print("Launching Gradio interface...") # Debug log
|
| 651 |
# Launch the Gradio interface without showing the API or sharing externally
|
| 652 |
-
dalle.launch(show_api=
|
|
|
|
| 649 |
|
| 650 |
print("Launching Gradio interface...") # Debug log
|
| 651 |
# Launch the Gradio interface without showing the API or sharing externally
|
| 652 |
+
dalle.launch(show_api=True, share=False)
|