samuelinferences
commited on
Commit
·
2e084df
1
Parent(s):
0a69472
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def infer(table, choice):
|
|
96 |
plt.tight_layout()
|
97 |
|
98 |
|
99 |
-
return '', plt.gcf()
|
100 |
|
101 |
iface = gr.Interface(fn=infer,
|
102 |
title='GP Posterior Approximation with Transformers',
|
|
|
96 |
plt.tight_layout()
|
97 |
|
98 |
|
99 |
+
return 'There you go, your plot. 📈', plt.gcf()
|
100 |
|
101 |
iface = gr.Interface(fn=infer,
|
102 |
title='GP Posterior Approximation with Transformers',
|