Update app.py
Browse files
app.py
CHANGED
|
@@ -62,4 +62,4 @@ def text_to_uppercase(text):
|
|
| 62 |
return query_engine.query(text)
|
| 63 |
|
| 64 |
iface = gr.Interface(fn=text_to_uppercase, inputs="text", outputs="text")
|
| 65 |
-
iface.launch(
|
|
|
|
| 62 |
return query_engine.query(text)
|
| 63 |
|
| 64 |
iface = gr.Interface(fn=text_to_uppercase, inputs="text", outputs="text")
|
| 65 |
+
iface.launch()
|