Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def get_oauth_info(profile: gr.OAuthProfile | None, oauth_token: gr.OAuthToken |
|
|
| 28 |
def compile_model(model_name):
|
| 29 |
|
| 30 |
# Run the comparison
|
| 31 |
-
|
| 32 |
out_dir = './tmp'
|
| 33 |
|
| 34 |
|
|
|
|
| 28 |
def compile_model(model_name):
|
| 29 |
|
| 30 |
# Run the comparison
|
| 31 |
+
model = 'hello_world.tflite'
|
| 32 |
out_dir = './tmp'
|
| 33 |
|
| 34 |
|