Update app.py
Browse files
app.py
CHANGED
|
@@ -30,4 +30,5 @@ def get_output(question, context):
|
|
| 30 |
|
| 31 |
print(f'MODEL GENERATION - ZERO SHOT:\n{output}')
|
| 32 |
|
| 33 |
-
interface = gr.Interface(fn=get_output, inputs = ["text", "text"], outputs=["text"])
|
|
|
|
|
|
| 30 |
|
| 31 |
print(f'MODEL GENERATION - ZERO SHOT:\n{output}')
|
| 32 |
|
| 33 |
+
interface = gr.Interface(fn=get_output, inputs = ["text", "text"], outputs=["text"])
|
| 34 |
+
interface.launch()
|