Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,4 +78,3 @@ def gui_interface(prompt):
|
|
78 |
iface = gr.Interface(fn=gui_interface, inputs="text", outputs="text")
|
79 |
iface.launch()
|
80 |
|
81 |
-
print(answer_question(example_prompt))
|
|
|
78 |
iface = gr.Interface(fn=gui_interface, inputs="text", outputs="text")
|
79 |
iface.launch()
|
80 |
|
|