Spaces:
Sleeping
Sleeping
Fnu Mahnoor commited on
Commit ·
9cc2a7b
1
Parent(s): f758ecb
fix app.py
Browse files
app.py
CHANGED
|
@@ -157,8 +157,8 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
| 157 |
|
| 158 |
if __name__ == "__main__":
|
| 159 |
demo.launch(
|
|
|
|
| 160 |
server_name="0.0.0.0", # Required for HF Spaces to map the port
|
| 161 |
server_port=7860, # Standard HF port
|
| 162 |
-
share=True
|
| 163 |
)
|
| 164 |
|
|
|
|
| 157 |
|
| 158 |
if __name__ == "__main__":
|
| 159 |
demo.launch(
|
| 160 |
+
show_api=False,
|
| 161 |
server_name="0.0.0.0", # Required for HF Spaces to map the port
|
| 162 |
server_port=7860, # Standard HF port
|
|
|
|
| 163 |
)
|
| 164 |
|