Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -163,6 +163,5 @@ summarize_interface = gr.Interface(fn=summarize, inputs=["text", gr.Radio(["Kore
|
|
163 |
style_interface = gr.Interface(fn=translate_styleonly, inputs=["text"], outputs="text")
|
164 |
|
165 |
demo = gr.TabbedInterface([parallel_interface, summarize_interface, style_interface], ['λ²μ λ° μμ½', 'μμ½', 'μ€νμΌ λ²μ'], css="footer {visibility: hidden}") # 'μμ½'
|
166 |
-
demo.queue()
|
167 |
demo.launch() # Share the demo
|
168 |
# %%
|
|
|
163 |
style_interface = gr.Interface(fn=translate_styleonly, inputs=["text"], outputs="text")
|
164 |
|
165 |
demo = gr.TabbedInterface([parallel_interface, summarize_interface, style_interface], ['λ²μ λ° μμ½', 'μμ½', 'μ€νμΌ λ²μ'], css="footer {visibility: hidden}") # 'μμ½'
|
|
|
166 |
demo.launch() # Share the demo
|
167 |
# %%
|