Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,5 +44,6 @@ gr.Interface(fn=code_summarizer,
|
|
| 44 |
label='CODE SUMMARY'),
|
| 45 |
title='Code Summarizer From CodeTrans',
|
| 46 |
description='Summarize any Python code',
|
|
|
|
| 47 |
examples=call_examples(),
|
| 48 |
allow_flagging='never').launch(inbrowser=True)
|
|
|
|
| 44 |
label='CODE SUMMARY'),
|
| 45 |
title='Code Summarizer From CodeTrans',
|
| 46 |
description='Summarize any Python code',
|
| 47 |
+
theme='dark',
|
| 48 |
examples=call_examples(),
|
| 49 |
allow_flagging='never').launch(inbrowser=True)
|