Spaces:
Build error
Build error
Commit
·
4d09ede
1
Parent(s):
a906422
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,6 @@ def ask_joe(api_key, text):
|
|
54 |
|
55 |
return model_message
|
56 |
|
57 |
-
iface = gr.Interface(fn=ask_joe, inputs=[gr.inputs.Textbox(label="OpenAI API Key"), gr.inputs.Textbox(label="Enter your question here. More detail = Better results")], outputs=gr.outputs.Textbox(label="Joe's Response"))
|
58 |
|
59 |
iface.launch()
|
|
|
54 |
|
55 |
return model_message
|
56 |
|
57 |
+
iface = gr.Interface(fn=ask_joe, inputs=[gr.inputs.Textbox(label="OpenAI API Key"), gr.inputs.Textbox(label="Enter your poker question here. More detail = Better results")], outputs=gr.outputs.Textbox(label="Joe's Response"))
|
58 |
|
59 |
iface.launch()
|