Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,4 +10,4 @@ iface = gr.Interface(fn=analyze_by_3p5, inputs=[
|
|
| 10 |
placeholder='apikey from openai',
|
| 11 |
type="password")
|
| 12 |
], outputs="text")
|
| 13 |
-
iface.launch(
|
|
|
|
| 10 |
placeholder='apikey from openai',
|
| 11 |
type="password")
|
| 12 |
], outputs="text")
|
| 13 |
+
iface.launch()
|