Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -239,8 +239,7 @@ if __name__ == '__main__':
|
|
239 |
gr.Textbox(label="Error Log")],
|
240 |
title=title,
|
241 |
description=description,
|
242 |
-
css=".gr-interface {max-width: 800px !important;}"
|
243 |
-
allow_api=True # This line enables the API endpoint
|
244 |
)
|
245 |
|
246 |
demo.launch()
|
|
|
239 |
gr.Textbox(label="Error Log")],
|
240 |
title=title,
|
241 |
description=description,
|
242 |
+
css=".gr-interface {max-width: 800px !important;}"
|
|
|
243 |
)
|
244 |
|
245 |
demo.launch()
|