Spaces:
Runtime error
Runtime error
SerdarHelli
commited on
Commit
•
61d2ddd
1
Parent(s):
2f68096
Update app.py
Browse files
app.py
CHANGED
@@ -104,16 +104,7 @@ markdown=f'''
|
|
104 |
|
105 |
It is running on {device}
|
106 |
|
107 |
-
|
108 |
-
|
109 |
-
@inproceedings{luo2021diffusion,
|
110 |
-
author = {Luo, Shitong and Hu, Wei},
|
111 |
-
title = {Diffusion Probabilistic Models for 3D Point Cloud Generation},
|
112 |
-
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
113 |
-
month = {June},
|
114 |
-
year = {2021}
|
115 |
-
}
|
116 |
-
|
117 |
'''
|
118 |
with gr.Blocks() as demo:
|
119 |
with gr.Column():
|
|
|
104 |
|
105 |
It is running on {device}
|
106 |
|
107 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
'''
|
109 |
with gr.Blocks() as demo:
|
110 |
with gr.Column():
|