Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -174,13 +174,9 @@ def validate_and_sanitize_url(url):
|
|
174 |
PLATFORM_CONFIG = {
|
175 |
'main_platform_url': os.getenv('MAIN_PLATFORM_URL', 'https://noumanjavaid-centii.hf.space'),
|
176 |
'launch_config': {
|
177 |
-
'show_error':
|
178 |
'show_api': False,
|
179 |
-
'
|
180 |
-
'height': 800,
|
181 |
-
'analytics_enabled': False,
|
182 |
-
'enable_queue': False,
|
183 |
-
'prevent_thread_lock': True
|
184 |
}
|
185 |
}
|
186 |
|
|
|
174 |
PLATFORM_CONFIG = {
|
175 |
'main_platform_url': os.getenv('MAIN_PLATFORM_URL', 'https://noumanjavaid-centii.hf.space'),
|
176 |
'launch_config': {
|
177 |
+
'show_error': False,
|
178 |
'show_api': False,
|
179 |
+
'height': 1024,
|
|
|
|
|
|
|
|
|
180 |
}
|
181 |
}
|
182 |
|