Update app.py
Browse files
app.py
CHANGED
@@ -7,3 +7,9 @@ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
|
7 |
iface.launch()
|
8 |
|
9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
iface.launch()
|
8 |
|
9 |
|
10 |
+
|
11 |
+
#https://mercury-docs.readthedocs.io/en/latest/deploy/hugging-face-spaces/
|
12 |
+
#https://huggingface.co/spaces/pplonski/deploy-mercury
|
13 |
+
#https://discuss.huggingface.co/t/deploy-interactive-jupyter-notebook-on-spaces-with-mercury/17000
|
14 |
+
#https://huggingface.co/docs/transformers/notebooks
|
15 |
+
|