llamameta commited on
Commit
5a3529d
1 Parent(s): 2dbfced

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -14
app.py CHANGED
@@ -1,14 +1,3 @@
1
- import os
2
- import sys
3
-
4
- # Mendapatkan isi script dari environment variable
5
- script_content = os.getenv("MY_SCRIPT_CONTENT")
6
-
7
- if script_content is None:
8
- raise ValueError("Environment variable 'MY_SCRIPT_CONTENT' not set.")
9
-
10
- # Menjalankan script dinamis
11
- exec(script_content)
12
-
13
- if __name__ == "__main__":
14
- main()
 
1
+ import gradio as gr
2
+ model = gr.load("models/mistralai/Pixtral-Large-Instruct-2411")
3
+ print(model(test))