Spaces:
Build error
Build error
Commit ·
7963f85
1
Parent(s): 8910ed8
Update app.py
Browse files
app.py
CHANGED
|
@@ -193,4 +193,4 @@ with gr.Blocks() as iface:
|
|
| 193 |
btn.click(question_answer, inputs=[url, file, question,openAI_key], outputs=[answer])
|
| 194 |
#openai.api_key = os.getenv('Your_Key_Here')
|
| 195 |
#iface.launch()
|
| 196 |
-
iface.launch(
|
|
|
|
| 193 |
btn.click(question_answer, inputs=[url, file, question,openAI_key], outputs=[answer])
|
| 194 |
#openai.api_key = os.getenv('Your_Key_Here')
|
| 195 |
#iface.launch()
|
| 196 |
+
iface.launch()
|