Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,4 +13,4 @@ iface = gr.Interface(fn=greet, inputs=[
|
|
| 13 |
gr.components.Textbox(label='openai api',
|
| 14 |
type="password")
|
| 15 |
], outputs="text")
|
| 16 |
-
iface.launch(
|
|
|
|
| 13 |
gr.components.Textbox(label='openai api',
|
| 14 |
type="password")
|
| 15 |
], outputs="text")
|
| 16 |
+
iface.launch()
|