alphahg commited on
Commit
4cabd51
β€’
1 Parent(s): 0e6379c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,5 +164,5 @@ style_interface = gr.Interface(fn=translate_styleonly, inputs=["text"], outputs=
164
  #%%
165
  demo = gr.TabbedInterface([parallel_interface, summarize_interface, style_interface], ['λ²ˆμ—­ 및 μš”μ•½', 'μš”μ•½', 'μŠ€νƒ€μΌ λ²ˆμ—­'], css="footer {visibility: hidden}") # 'μš”μ•½'
166
  demo.queue()
167
- demo.launch(share=True) # Share the demo
168
  # %%
 
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
  # %%