Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -121,7 +121,7 @@ def main():
|
|
121 |
audio_input = gr.Audio(label="Or speak your problem here:", type="numpy")
|
122 |
image_input = gr.Image(label="Or upload an image related to your problem:", type="numpy")
|
123 |
btn_submit = gr.Button("Submit")
|
124 |
-
output = gr.Textbox(label="Output"
|
125 |
|
126 |
def process_and_submit(oai_key, pat, query, max_auto_reply, audio, image):
|
127 |
os.environ['CLARIFAI_PAT'] = pat
|
|
|
121 |
audio_input = gr.Audio(label="Or speak your problem here:", type="numpy")
|
122 |
image_input = gr.Image(label="Or upload an image related to your problem:", type="numpy")
|
123 |
btn_submit = gr.Button("Submit")
|
124 |
+
output = gr.Textbox(label="Output")
|
125 |
|
126 |
def process_and_submit(oai_key, pat, query, max_auto_reply, audio, image):
|
127 |
os.environ['CLARIFAI_PAT'] = pat
|