abhi227070 commited on
Commit
a13b0da
1 Parent(s): 3e15477

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -22,4 +22,6 @@ iface = gr.Interface(
22
  gr.Textbox(label = "Answer", lines = 2),
23
  gr.Textbox(label = "Accuracy")
24
  ]
25
- )
 
 
 
22
  gr.Textbox(label = "Answer", lines = 2),
23
  gr.Textbox(label = "Accuracy")
24
  ]
25
+ )
26
+
27
+ iface.launch(share=True)