Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,4 +27,4 @@ with gr.Blocks(css=css) as demo:
|
|
27 |
gr.HTML('<div class="iframe-container"><iframe src="https://noumanjavaid-centurion.hf.space"></iframe></div>')
|
28 |
|
29 |
# Launch the app
|
30 |
-
demo.launch(show_error=True)
|
|
|
27 |
gr.HTML('<div class="iframe-container"><iframe src="https://noumanjavaid-centurion.hf.space"></iframe></div>')
|
28 |
|
29 |
# Launch the app
|
30 |
+
demo.launch(show_error=True, show_api=False)
|