Update app.py
Browse files
app.py
CHANGED
|
@@ -457,4 +457,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as interface: # Apply a t
|
|
| 457 |
)
|
| 458 |
|
| 459 |
if __name__ == "__main__":
|
| 460 |
-
interface.launch(show_api=False
|
|
|
|
| 457 |
)
|
| 458 |
|
| 459 |
if __name__ == "__main__":
|
| 460 |
+
interface.launch(show_api=False) # Removed show_share_button=False as it's not valid for gr.Blocks
|