Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -173,8 +173,6 @@ with gr.Blocks(title="IndicBART CPU Multilingual Assistant", theme=gr.themes.Sof
|
|
173 |
if __name__ == "__main__":
|
174 |
demo.launch(
|
175 |
share=True,
|
176 |
-
ssr_mode=False, # Disable SSR mode to fix the 500 error
|
177 |
-
server_name="0.0.0.0",
|
178 |
server_port=7860,
|
179 |
show_error=True
|
180 |
)
|
|
|
173 |
if __name__ == "__main__":
|
174 |
demo.launch(
|
175 |
share=True,
|
|
|
|
|
176 |
server_port=7860,
|
177 |
show_error=True
|
178 |
)
|