Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,6 +40,6 @@ try:
|
|
| 40 |
)
|
| 41 |
|
| 42 |
# Gradio 앱 실행
|
| 43 |
-
iface.launch()
|
| 44 |
except Exception as e:
|
| 45 |
print("Error:", str(e))
|
|
|
|
| 40 |
)
|
| 41 |
|
| 42 |
# Gradio 앱 실행
|
| 43 |
+
iface.launch(share=True, repo_id=model_name)
|
| 44 |
except Exception as e:
|
| 45 |
print("Error:", str(e))
|