Update app.py
Browse files
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)
|