Mahiruoshi commited on
Commit
0755217
1 Parent(s): ee78291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -165,15 +165,6 @@ def inference(text):
165
  + "</div>"
166
  )
167
  return html
168
- title = 'ayumu'
169
- gr.Interface(
170
- inference,
171
- gr.inputs.Textbox(placeholder="Enter sentence here..."),
172
- outputs=["html"],
173
- title=title,
174
- allow_flagging="never",
175
-
176
- ).launch(enable_queue=True)
177
  app = gr.Blocks()
178
  with app:
179
  with gr.Tabs():
 
165
  + "</div>"
166
  )
167
  return html
 
 
 
 
 
 
 
 
 
168
  app = gr.Blocks()
169
  with app:
170
  with gr.Tabs():