YassoCodes commited on
Commit
3d94e05
·
verified ·
1 Parent(s): 0618fe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,5 +33,5 @@ try:
33
  except Exception as e:
34
  print(f"Error loading model: {e}") # Handle potential loading errors
35
 
36
-
37
- gr.load("models/google/gemma-1.1-7b-it").launch()
 
33
  except Exception as e:
34
  print(f"Error loading model: {e}") # Handle potential loading errors
35
 
36
+ # Launch the Gradio interface
37
+ interface.launch()