Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,10 @@ import time
|
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
|
|
|
|
|
|
|
|
|
5 |
|
6 |
def load_mesh(mesh_file_name):
|
7 |
return mesh_file_name, mesh_file_name
|
|
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
|
5 |
+
# AI UI UX Emojis for Health:
|
6 |
+
# π©ββοΈπ©Ίππ©Ήπ§πΎββοΈπ©Έππ¨ββοΈ
|
7 |
+
# π€π§ πππ§πβΉοΈποΈπ
|
8 |
+
# βοΈπ¦ π¬π§¬π§«
|
9 |
|
10 |
def load_mesh(mesh_file_name):
|
11 |
return mesh_file_name, mesh_file_name
|